feat: computed使用provide下发数据,响应式数据问题
parent
158ab8a311
commit
7927050c34
@ -0,0 +1,23 @@
|
|||||||
|
export const allComponents = [
|
||||||
|
{
|
||||||
|
name: 'Button',
|
||||||
|
icon: 'el-icon-s-tools'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Input',
|
||||||
|
icon: 'el-icon-s-tools'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Table',
|
||||||
|
icon: 'el-icon-s-tools',
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Form',
|
||||||
|
icon: 'el-icon-s-tools'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Select',
|
||||||
|
icon: 'el-icon-s-tools'
|
||||||
|
}
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue