Fix reloading

This commit is contained in:
Hubert Van De Walle 2020-07-04 18:46:42 +02:00
parent bcc6f8e29f
commit bb2388ddb9

View File

@ -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']),