添加语言适配
This commit is contained in:
@@ -266,14 +266,14 @@ export default defineComponent({
|
||||
// }
|
||||
}
|
||||
},
|
||||
driver__:{
|
||||
handler(newVal,oldVal){
|
||||
if(newVal.index >= 1 && newVal.index <= 2){
|
||||
this.open(newVal.index)
|
||||
}else{
|
||||
}
|
||||
}
|
||||
}
|
||||
// driver__:{
|
||||
// handler(newVal,oldVal){
|
||||
// if(newVal.index >= 1 && newVal.index <= 2){
|
||||
// this.open(newVal.index)
|
||||
// }else{
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
},
|
||||
directives:{
|
||||
modelImg:{
|
||||
|
||||
Reference in New Issue
Block a user