Skip to content

Commit

Permalink
[base-ui] Modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleslight committed Oct 19, 2018
1 parent 0e6bb73 commit 3541abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ npm install base-ui --save
import Vue from 'vue';
import BaseUI from 'base-ui';

// third party style
// base-ui style
import 'base-ui/dist/base-ui.css';

// use dependency
// use plugin
Vue.use(BaseUI);
```

Expand Down

0 comments on commit 3541abd

Please sign in to comment.