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