【发布时间】:2021-06-13 17:44:28
【问题描述】:
为什么没有将 props 传递给 InventorySectionGroupItemComponent 中的组件
https://codesandbox.io/s/cgvbc
?
有一个警告:
[Vue warn]: Failed to mount component: template or render function not defined.
found in
---> <InventorySectionGroupItemComponent>
<InventorySectionGroupComponent> at /src/components/InventorySectionGroupC.vue
<InventorySectionComponent> at /src/components/InventorySectionC.vue
<ChromePage> at /src/components/ChromePage.vue
<App> at /src/App.vue
<Root>
vue 讨厌长组件名称(如果我错了,请纠正我)(更新沙箱)。
【问题讨论】:
标签: vue.js vuejs2 vue-component