first-package-test-release
v0.1.27
Published
``` //组件引用与注册 import XPlusEditor from "first-package-test-release" import "first-package-test-release/lib/XPlusEditor.css"; Vue.use(XPlusEditor)
Downloads
9
Readme
first-package
//组件引用与注册
import XPlusEditor from "first-package-test-release"
import "first-package-test-release/lib/XPlusEditor.css";
Vue.use(XPlusEditor)
组件使用
编辑页面组件
<XplusEdtor :dataConfig="对象数组"/>
传参 对象数组 [{name:'vszoro'}]
参数配置页面组件
<XplusConfig :dataConfig="对象数组"/>
传参 对象数组 [{name:'vszoro'}]