尽管你在模板中使用了 edit-modal(看起来像是一个 Vue 组件),但你并没有在脚本部分中导入和引用它。 其次,在 Vue3 的 中,如果你想引入一个组件,你应该直接在 script 标签中使用 ref 或者defineComponent,而不是像传统的 export default 那样去引入。 根据你的需求,你可能需要更改你的代码为以下形式:<templat...
// setup 语法糖定义组件名称 VueSetupExtend(), // Mock viteMockServe(), // 打包分析 10 changes: 9 additions & 1 deletion 10 yarn.lock Original file line numberDiff line numberDiff line change @@ -191,7 +191,7 @@ "@vue/compiler-core" "3.2.37" "@vue/shared" "3.2.37" "@vue...