Add photos in album view
This commit is contained in:
@@ -122,7 +122,6 @@ export default class App extends Vue {
|
||||
|
||||
@Watch('leftPanelClosed')
|
||||
onLeftPanelClosedChange(val: boolean, oldValue: boolean) {
|
||||
console.log(val, oldValue);
|
||||
this.changeLeftPanelStatus(val);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user