Better initial widgets
This commit is contained in:
parent
5268bade66
commit
3d1239c1b4
|
@ -234,8 +234,14 @@ export default Vue.extend({
|
|||
|
||||
if (this.widgets.length === 0) {
|
||||
this.$store.dispatch('settings/setWidgets', [{
|
||||
name: 'notifications',
|
||||
name: 'calendar',
|
||||
id: 'a', data: {}
|
||||
}, {
|
||||
name: 'notifications',
|
||||
id: 'b', data: {}
|
||||
}, {
|
||||
name: 'trends',
|
||||
id: 'c', data: {}
|
||||
}]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue