0.2.5 • Published 3 years ago

public-portal-maker-design v0.2.5

Weekly downloads
-
License
-
Repository
-
Last release
3 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