Skip to content

Description panel and some deprecations

Compare
Choose a tag to compare
@asvae asvae released this 14 Aug 10:29
· 163 commits to master since this release

New stuff

  • Dependencies - show components that use your component. Or components it depends on.
  • Info panel - shows component name, description and dependencies.

Deprecations

Configs now should look like this. All of them are optional.

$componentTree: {
  status: 'stable',
  component: VmTranslationEdit,
  description: `Some description`,
},

vue-router config should look like this:

VueComponentTree(require.context('./../tree', true, /.demo.vue$/), '/app/demo')