Deploy ..

This commit is contained in:
2020-06-26 02:23:06 +02:00
parent 67915246ba
commit 8f9dc0d9ce
18 changed files with 469 additions and 362 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export default {
...mapGetters('notes', ['isEmpty']),
},
mounted() {
if (!this.initialized) this.load()
if (!this.isInitialized) this.load()
},
methods: {
...mapActions('notes', ['load']),