Add welcome widget
This commit is contained in:
parent
37f862947b
commit
ea13efe495
3 changed files with 92 additions and 1 deletions
|
|
@ -188,8 +188,11 @@ export default Vue.extend({
|
|||
return {
|
||||
left: [],
|
||||
right: [{
|
||||
name: 'calendar',
|
||||
name: 'welcome',
|
||||
id: 'a', place: 'right', data: {}
|
||||
}, {
|
||||
name: 'calendar',
|
||||
id: 'b', place: 'right', data: {}
|
||||
}, {
|
||||
name: 'trends',
|
||||
id: 'c', place: 'right', data: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue