Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoboding committed Aug 2, 2019
1 parent 4d91968 commit 1017ceb
Show file tree
Hide file tree
Showing 6 changed files with 28,535 additions and 65 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ import { SmartWidget } from 'vue-smart-widget'
Vue.component('SmartWidget', SmartWidget)
```
A css file is included when importing the package:
```js
import 'vue-smart-widget/lib/vue-smart-widget.css'
```
## Usage
The SmartWidget is heavily base on [vue-grid-layout](https://github.com/jbaysolutions/vue-grid-layout), you can know about `vue-grid-layout` first, maybe you already use in your project.
Expand All @@ -62,6 +56,13 @@ The SmartWidget is heavily base on [vue-grid-layout](https://github.com/jbaysolu
### Use widget with grid
```bash
import Vue from 'vue'
import { SmartWidgetGrid } from 'vue-smart-widget'
Vue.component('SmartWidgetGrid', SmartWidgetGrid)
```
**Script**
```js
Expand Down
Loading

0 comments on commit 1017ceb

Please sign in to comment.