会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
HorseShoe2016
博客园
首页
新随笔
联系
订阅
管理
2024年3月23日
vue3 动态编译组件失败:Component provided template option but runtime compilation is not supported in this build of Vue
摘要: 根据 vue3 官方文档 路由,写了如下一个简单的页面来模拟路由的实现。 为了减少 *.vue 文件的个数,在这个但页面中,使用 defineComponent 通过 object 定义组件。 <script setup> import { ref, computed, defineComponen
阅读全文
posted @ 2024-03-23 21:50 HorseShoe2016
阅读(563)
评论(0)
推荐(0)
编辑