0.1.6 • Published 4 years ago

app-rander v0.1.6

Weekly downloads
21
License
-
Repository
-
Last release
4 years ago

app-rander

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

#使用方法

main.js中

import appRander from 'app-rander';
Vue.use(appRander);

再需要用的组件中 传入组件需要的数据

<app-form ref="form" :dataInfo="dataInfo" :formType="formType" ></app-form>
// dataInfo 表单的数据value为需要获取或者回显的值【dataInfo】的具体值请参考app.vue中的参数及注释
// formType 当前表单的操作类型【新增、编辑】
0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago