Add welcome widget

This commit is contained in:
syuilo
2020-07-05 02:09:14 +09:00
parent 37f862947b
commit ea13efe495
3 changed files with 92 additions and 1 deletions

View File

@ -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: {}