smart-grid-layout
v1.0.0
Published
``` bash $ npm install smart-grid-layout -S ``` ## 使用
Downloads
1
Readme
SmartGridLayout
安装
$ npm install smart-grid-layout -S
使用
在 main.js
文件中引入插件并注册
# main.js
import SmartGridLayout from 'smart-grid-layout'
Vue.use(SmartGridLayout)
在项目中用使用组件标签,如:
<smart-grid-layout/>
版本历史
1.0.0
- 初始版本