Skip to content

Commit

Permalink
upgrade to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hukaibaihu committed Sep 25, 2018
1 parent 9de06f8 commit 737c3bc
Show file tree
Hide file tree
Showing 7 changed files with 272 additions and 9,866 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
## Usage

### NPM

```
# use npm
npm i vue2-org-tree
Expand All @@ -22,6 +24,21 @@ Vue.use(Vue2OrgTree)
// ...
```

### CDN

``` html
# css
<link href="https://unpkg.com/[email protected]/dist/style.css">

<!--
...
-->

# js
<script src="https://unpkg.com/[email protected]/dist/vue.js"></script>
<script src="https://unpkg.com/[email protected]/dist/index.js"></script>
```


## API

Expand Down Expand Up @@ -67,5 +84,12 @@ Vue.use(Vue2OrgTree)

> IE9+、Chrome、Firefox、Opera
## Change log

- 1.1.0

* Extract CSS
* Fixed unable to use in browser [#9](https://github.com/hukaibaihu/vue-org-tree/issues/9)

## License
[MIT](http://opensource.org/licenses/MIT)
12 changes: 0 additions & 12 deletions index.html

This file was deleted.

Loading

0 comments on commit 737c3bc

Please sign in to comment.