尝试在本地构建vue-drag-tree组件以添加一些功能。但是,本地生成的代码将引发未定义的渲染函数错误。我试图引用正确的Vue构建(vue.js或vue.esm.js)无济于事。有任何想法吗?
``` [Vue警告]:无法装入组件:模板或渲染函数未定义。
found in
<Item>
<DragNode> at src/DragNode.vue
<VueDragTree> at src/VueDragTree.vue
<TreeDragComponent> at src/components/TreeDragComponent.vue
<MdcLayoutCell>
<MdcLayoutGrid>
<OptimizationPage> at src/components/OptimizationPage.vue
<MdcLayoutCell>
<MdcLayoutGrid>
<MdcLayoutApp>
<App> at src/App.vue
<Root> vue.esm.js:591 ```