1.1.3 • Published 2 years ago

run-components-all v1.1.3

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago