1.1.3 • Published 3 years ago

run-components-all v1.1.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

安装

npm i run-components-all --S

使用

在 mian.js 中全局引入插件

import RunAll from 'run-components-all';

import 'run-components-all/lib/static/css/app.css';

Vue.use(RunAll);

例:

tableColumn 表格组件的使用 直接在组件的 template 标签内使用

组件 1 start

传参: columnOptions: { label:'名称', prop:'name', type:'text', align:'center', formatter:row => { return row } } ; tableData:[],

组件 2 start

传参: test:'我是测试内容',

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago