vue-tree-navigation
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "vue-tree-navigation", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Vue.js 2 tree navigation", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -35,2 +35,6 @@ # vue-tree-navigation | ||
## Demo | ||
You can visit this [codepen](https://codepen.io/MisRob/pen/ZxNGrd) for a simple demo. Please see [documentation/demo](https://vue-tree-navigation.misrob.cz) for more examples including vue-router. | ||
## Installation | ||
@@ -41,3 +45,3 @@ | ||
```html | ||
<script src="https://unpkg.com/vue-tree-navigation@2.1.1/dist/vue-tree-navigation.js"></script> | ||
<script src="https://unpkg.com/vue-tree-navigation@2.1.2/dist/vue-tree-navigation.js"></script> | ||
@@ -44,0 +48,0 @@ <script> |
121828
83