wip: example demo developing

This commit is contained in:
陈凯龙
2022-02-11 17:17:29 +08:00
parent 7ad46f828d
commit ef35bde801
13 changed files with 425 additions and 12 deletions

View File

@@ -107,7 +107,9 @@ export default {
richText: 'Rich text',
dialog: 'Dialog',
imageViewer: 'Image viewer',
descriptions: 'Descriptions'
descriptions: 'Descriptions',
example: 'Example',
exampleDialog: 'Example dialog'
},
analysis: {
newUser: 'New user',
@@ -360,5 +362,18 @@ export default {
email: 'Email',
addr: 'Address',
form: 'Combined with Form component'
},
exampleDemo: {
title: 'Title',
add: 'Add',
del: 'Delete',
edit: 'Edit',
author: 'Author',
displayTime: 'Display time',
importance: 'Importance',
pageviews: 'Pageviews',
important: 'Important',
content: 'Content',
save: 'Save'
}
}