# 添加页面基础组件

# 进入 src/components/sliderassembly/index.vue 添加数据

1

# 实例字段注解

{
  text: '自定义模块',                // 组件简称
  type: 'demo',                     // 组件唯一值
  icon: 'icon-zidingyimokuai',      // 组件图标
  name: 'custommodule'              // 组件里的name
}