会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
流年sugar
博客园
首页
新随笔
联系
订阅
管理
2025年1月21日
Vue3 在defineProps中某个属性的默认值使用多语言i18n 异常defineProps()` in <script setup> cannot reference locally declared variables because it will be hoisted outside of the setup() function
摘要: 原代码 <script setup lang="ts"> const props = defineProps({ modelValue: { type: Array, default: [] }, typeName: { type: String, default:t('TypeName') },
阅读全文
posted @ 2025-01-21 11:23 流年sugar
阅读(356)
评论(0)
推荐(0)
公告