optre
一位前端开发者,keep going!
摘要: 使用app.component 查看 [1]你可以通过全局 API app.component 注册全局组件并查看。在 Vue 3 中,你可以通过以下方式来查看挂载在 app 上的全局组件: const app = createApp({}); // 全局注册组件 app.component('my 阅读全文
posted @ 2023-04-08 20:12 optre 阅读(2777) 评论(0) 推荐(0) 编辑