Fixed references display in tree views
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
|
||||
<script lang="js">
|
||||
import treeNodeViewMixin from '/imports/ui/properties/treeNodeViews/treeNodeViewMixin.js';
|
||||
import TreeNodeView from '/imports/ui/properties/treeNodeViews/TreeNodeView.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
TreeNodeView,
|
||||
},
|
||||
name: 'ReferenceTreeNode',
|
||||
mixins: [treeNodeViewMixin],
|
||||
beforeCreate () {
|
||||
this.$options.components.TreeNodeView = require('/imports/ui/properties/treeNodeViews/TreeNodeView.vue').default
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
import treeNodeViewIndex from '/imports/ui/properties/treeNodeViews/treeNodeViewIndex.js';
|
||||
|
||||
export default {
|
||||
name: 'TreeNodeView',
|
||||
components: {
|
||||
...treeNodeViewIndex
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user