types(VForm): Adding VForm types
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export default {
|
||||
test: {
|
||||
about: 'About'
|
||||
},
|
||||
test2: {
|
||||
go: 'Go'
|
||||
common: {
|
||||
inputText: 'Please input',
|
||||
selectText: 'Please select',
|
||||
startTimeText: 'Start time',
|
||||
endTimeText: 'End time'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
export default {
|
||||
test: {
|
||||
about: '关于'
|
||||
},
|
||||
test2: {
|
||||
go: '去'
|
||||
common: {
|
||||
inputText: '请输入',
|
||||
selectText: '请选择',
|
||||
startTimeText: '开始时间',
|
||||
endTimeText: '结束时间'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user