fix
This commit is contained in:
@@ -97,9 +97,6 @@ export default defineComponent({
|
||||
watch: {
|
||||
sketchList:{
|
||||
handler(newVal:any,oldVal:any){
|
||||
console.log(oldVal,newVal);
|
||||
console.log(this.sketchList );
|
||||
|
||||
// this.sketchList = []
|
||||
// this.sketch = [[],[],[]]
|
||||
// this.sketchList = this.allBoardData.sketchboardFiles
|
||||
|
||||
Reference in New Issue
Block a user