joken-前端工程师

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2024年9月26日

摘要: 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) 编辑