Description panel and some deprecations
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')