fix(recents): fix vue warnings after target animation (#6203)
This commit is contained in:
@@ -315,7 +315,7 @@ export default {
|
||||
}
|
||||
},
|
||||
targetedPathAnimationEnd() {
|
||||
this.targetedPath = undefined;
|
||||
this.targetedPath = null;
|
||||
},
|
||||
treeItemSelection(item) {
|
||||
this.selectedItem = item;
|
||||
|
||||
@@ -62,7 +62,7 @@ export default {
|
||||
},
|
||||
targetedPath: {
|
||||
type: String,
|
||||
required: true
|
||||
default: null
|
||||
},
|
||||
selectedItem: {
|
||||
type: Object,
|
||||
|
||||
Reference in New Issue
Block a user