refactor(frontend): rename store.set -> store.commit
This commit is contained in:
parent
08f7e7d9b3
commit
b200743845
20 changed files with 113 additions and 113 deletions
|
|
@ -178,7 +178,7 @@ if (window.innerWidth > 1024) {
|
|||
}
|
||||
|
||||
if (prefer.s.widgets.length === 0) {
|
||||
prefer.set('widgets', [{
|
||||
prefer.commit('widgets', [{
|
||||
name: 'calendar',
|
||||
id: 'a', place: 'right', data: {},
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue