修复图标选择器未显示初始值的问题
This commit is contained in:
parent
8bba9fda23
commit
43ebbdb1b9
|
@ -74,6 +74,7 @@
|
|||
}
|
||||
},
|
||||
mounted() {
|
||||
this.value = this.modelValue
|
||||
this.data.push(...config.icons)
|
||||
},
|
||||
methods: {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
data() {
|
||||
return {
|
||||
form: {
|
||||
icon: ''
|
||||
icon: 'el-icon-apple'
|
||||
},
|
||||
rules: {
|
||||
icon: [
|
||||
|
|
Loading…
Reference in New Issue