Fix reloading

This commit is contained in:
2020-07-04 18:46:42 +02:00
parent bcc6f8e29f
commit bb2388ddb9
+1 -1
View File
@@ -35,7 +35,7 @@ export default {
...mapState('notes', ['notes', 'isInitialized']),
},
mounted() {
this.load()
if (!this.isInitialized) this.load()
},
methods: {
...mapActions('notes', ['load']),