yd-portal
v1.0.0
Published
yd-portal
Downloads
1
Readme
站点网页设计器
安装
npm install portal-maker-design --save
引用
import PortalMakerDesign from 'portal-maker-design'
import 'portal-maker-design/lib/css/index.css'
...
Vue.use(PortalMakerDesign, options)
...
options
配置项 | 备注 | 默认值 ---|---|--- portalListRouteName | 网页模板页面路由名字 | portalList designPortalRouteName | 设计器页面路由名字 | designPortal vuexName | vuex模块的名字 | portal store | vuex的实例 | 必须 ajax | axios对象 | {}
ajax
传入 axios 对象 ...
组件
名字 | 备注
---|---
PortalList | 网站模板列表组件
WebsizeList | 站点列表组件
DesignPortal | 设计器组件
组件参数
- PortalList
props
名字 | 备注 | 类型 ---|---|--- appId | 站点id | Number, String
- DesignPortal
props
名字 | 备注 | 类型 ---|---|--- id | 网页模板id | Number, String