Skip to content

Commit b6bc85d

Browse files
committed
Add type in toolbarBtn.request
1 parent 0dc1bee commit b6bc85d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/components/toolbar-button/btn-img.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ export default {
99
{
1010
name: 'address',
1111
title: '图片地址',
12+
type: 'input',
1213
default: ''
1314
},
1415
{
1516
name: 'description',
1617
title: '图片描述',
18+
type: 'input',
1719
default: ''
1820
}
1921
],

src/components/toolbar-button/btn-link.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ export default {
99
{
1010
name: 'url',
1111
title: '链接地址',
12+
type: 'input',
1213
default: ''
1314
},
1415
{
1516
name: 'description',
1617
title: '链接标题',
18+
type: 'input',
1719
default: ''
1820
}
1921
],

src/components/toolbar-button/btn-table.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ export default {
99
{
1010
name: 'row',
1111
title: '行数',
12+
type: 'input',
1213
default: '3'
1314
},
1415
{
1516
name: 'col',
1617
title: '列数',
18+
type: 'input',
1719
default: '2'
1820
}
1921
],

0 commit comments

Comments
 (0)