diff --git a/src/client/app.vue b/src/client/app.vue index 31c7543f3..6c84dd048 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -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: {} }]); } }