You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_If you'd like to contribute to this project, please raise an issue and we can add you to the contributors_
6
-
7
-
8
5
## Demo and Blogpost
9
6
10
-
You can check out the [demo](https://jsfiddle.net/arvidkahl/kwo6vk9d/11/) on JSFiddle and read the Blogpost called [Building a JSON Tree View Component in Vue.js from Scratch in Six Steps](https://devblog.digimondo.io/building-a-json-tree-view-component-in-vue-js-from-scratch-in-six-steps-ce0c05c2fdd8#.dkwh4jo2m) that lead to the creation of this library.
7
+
You can check out the [demo](https://jsfiddle.net/arvidkahl/kwo6vk9d/11/) on JSFiddle and read the Blogpost called [Building a JSON Tree View Component in Vue.js from Scratch in Six Steps](http://brianyang.com/building-a-json-tree-view-component-in-vue-js-from-scratch-in-six-steps) that lead to the creation of this library.
11
8
12
9
## Installation
13
10
@@ -89,11 +86,7 @@ Keys can also be styled. For instance to make labels red:
89
86
}
90
87
```
91
88
92
-
## Notes
93
-
94
-
Enjoy.
95
-
96
-
## Changelog
89
+
## Contributing
90
+
Contributions to this repo are very welcome as they are what has helped it become what it is today. Simply raise an issue with new ideas or submit a pull request.
97
91
98
-
- 2.0.0: Moved prop based option into `options` object. Added CSS for leaf types. Support for raw values as data.
99
-
- 1.0.0: Initial Release
92
+
A github action automatically deploys changes when they are merged into the master branch.
0 commit comments