1.0.0 • Published 2 years ago

yd-portal v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

站点网页设计器

安装

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
vuexNamevuex模块的名字portal
storevuex的实例必须
ajaxaxios对象{}

ajax

传入 axios 对象 ...

组件

名字备注
PortalList网站模板列表组件
WebsizeList站点列表组件
DesignPortal设计器组件

组件参数

  • PortalList

    props

名字备注类型
appId站点idNumber, String
  • DesignPortal

props

名字备注类型
id网页模板idNumber, String