会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
joken-前端工程师
::
首页
::
博问
::
闪存
::
新随笔
:: :: ::
管理
::
2024年9月26日
vue tsx功能测试,包含v-model 实现,slot实现,数据响应注意点
摘要: child.tsx import { defineComponent } from 'vue'; // 响应式数据需要放在函数外面,或者放在setup里面 const data1 = ref(123); function myComponent() { const data2 = ref(34);
阅读全文
posted @ 2024-09-26 20:54 joken1310
阅读(37)
评论(0)
推荐(0)
编辑