摘要:
child.tsx import { defineComponent } from 'vue'; // 响应式数据需要放在函数外面,或者放在setup里面 const data1 = ref(123); function myComponent() { const data2 = ref(34); 阅读全文
posted @ 2024-09-26 20:54
joken1310
阅读(208)
评论(0)
推荐(0)

浙公网安备 33010602011771号