fix
This commit is contained in:
@@ -356,7 +356,7 @@ export default defineComponent({
|
||||
},
|
||||
driver__:{
|
||||
handler(newVal,oldVal){
|
||||
if(newVal.index >= 14 && newVal.index <= 15){
|
||||
if(newVal.index >= 15 && newVal.index <= 16){
|
||||
if(this.driver__.driver){
|
||||
// driverObj__.moveTo(15)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user