example(cell-item): update demo configration
This commit is contained in:
parent
8e5c489147
commit
87d19c02c9
|
@ -23,6 +23,7 @@ export default {
|
|||
/* DELETE */
|
||||
title: '单行列表',
|
||||
titleEnUS: 'Simple List',
|
||||
align: 'left',
|
||||
/* DELETE */
|
||||
components: {
|
||||
[Field.name]: Field,
|
||||
|
|
|
@ -28,6 +28,7 @@ export default {
|
|||
/* DELETE */
|
||||
title: '多行列表',
|
||||
titleEnUS: 'Content List',
|
||||
align: 'right',
|
||||
/* DELETE */
|
||||
components: {
|
||||
[Field.name]: Field,
|
||||
|
|
Loading…
Reference in New Issue