Skip to content

Instantly share code, notes, and snippets.

@arvidkahl
Last active February 18, 2017 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arvidkahl/00c2e270bdba57b4dca5c6c25eee5413 to your computer and use it in GitHub Desktop.
Save arvidkahl/00c2e270bdba57b4dca5c6c25eee5413 to your computer and use it in GitHub Desktop.
jtv-empty-component.js
Vue.component("tree-view", Vue.extend({
name: "tree-view",
template: "<div>Tree View</div>",
props: ["data"],
methods: {},
computed: {}
}));
// To be used with <tree-view :data="sampleData"></tree-view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment