摘要: 父组件: <template> <ChildComponent ref="callChildMethod" /> </template> <script setup> import { ref } from 'vue'; import ChildComponent from './ChildComp 阅读全文
posted @ 2024-10-11 10:21 龙卷风吹毁停车场 阅读(15) 评论(0) 推荐(0) 编辑