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