【更新】修复任务(编辑单页选择图标报错问题) https://gitee.com/xiaonuobase/snowy/issues/I63CSX

pull/70/head
小诺 2 years ago committed by 俞宝山
parent 87216deed1
commit 999e725a3f

@ -60,7 +60,7 @@
},
//
defaultSetting(value) {
if ((value !== undefined) & (value !== '') & (value !== 'undefined')) {
if (value) {
this.modelValue = value
//
if (value.indexOf('-outlined') > -1 || value.indexOf('-filled') > -1 || value.indexOf('-two-tone') > -1) {

Loading…
Cancel
Save