fix
This commit is contained in:
@@ -476,6 +476,11 @@ export default defineComponent({
|
||||
},
|
||||
setmoodbClass(val:any){
|
||||
this.moodb_className = val
|
||||
if( val.filter((item,index)=> item == 'w2h1').length != 0 && val.length > 4){
|
||||
this.flex_direction = true
|
||||
}else{
|
||||
this.flex_direction = false
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user