1.0.0 • Published 1 year ago

vue-popbox v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

support

支持vue2工程项目

install

npm install popbox

usage

在项目中使用 引入: import popbox from 'popbox' Vue.prototype.$popbox = popbox

在vue中使用: this.$popbox.open({ parent: this, id: 'id', component: component, componentProps: { ... }, title: '标题', area: { width: 1000, height: 700 }, isLayerClickClose: false, isShowHeader: true, isLayer: true }).then(res => {})