oecp-meta-data-new
v0.1.53
Published
OECP MetaDataNew
Readme
使用说明
安装
npm install oecp-meta-data安装依赖
npm install element-ui
npm install vue-ele-form
import EleForm from "vue-ele-form";
import ElementUI from "element-ui";
import "element-ui/lib/theme-chalk/index.css";
Vue.use(ElementUI);
Vue.use(EleForm);使用
import OecpMetaData from 'oecp-meta-data'
Vue.use(OecpMetaData)