prod_plan
v0.0.3
Published
production plan
Readme
prod_plan
安装
npm install prod_plan使用
<template>
<div>
<planItems></planItems>
</div>
</template>mian.js
//插件使用了element-ui,所以需要安装
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)
import prod_plan from 'prod_plan'
import 'prod_plan/lib/prod_plan.css'
Vue.use(prod_plan)属性
目前处于测试
