Fix reloading
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
...mapState('notes', ['notes', 'isInitialized']),
|
||||
},
|
||||
mounted() {
|
||||
this.load()
|
||||
if (!this.isInitialized) this.load()
|
||||
},
|
||||
methods: {
|
||||
...mapActions('notes', ['load']),
|
||||
|
||||
Reference in New Issue
Block a user