Add photos in album view

This commit is contained in:
2020-09-19 16:18:08 +03:00
parent 719089a54d
commit 16599cb26e
4 changed files with 153 additions and 10 deletions

View File

@@ -122,7 +122,6 @@ export default class App extends Vue {
@Watch('leftPanelClosed')
onLeftPanelClosedChange(val: boolean, oldValue: boolean) {
console.log(val, oldValue);
this.changeLeftPanelStatus(val);
}
}