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