@@ -454,8 +454,9 @@ export default {
arr.forEach(item => {
newArr.push(h('p', item))
})
- this.$error({
+ this.$warning({
title: '提示',
+ closable: true,
content: h('div', {}, newArr)
}
@@ -502,8 +502,9 @@ export default {