摘要:
1.首先定义一个loading组件 plugins/Loading/loading.vue <template> <div class="loading">加载中...</div> </template> <script> export default { name: 'loading' } </s 阅读全文
posted @ 2022-04-05 10:56
Quiiiiiiitttttt
阅读(10)
评论(0)
推荐(0)
摘要:
是什么 每个 Vue 应用都是通过 createApp 函数创建一个新的 应用实例 两步: 创建应用:创建应用实例,const app = createApp(myApp) 挂载应用: 应用实例挂载在一个容器元素中 app.mount('#app') 使用 // main.ts里使用 import 阅读全文
posted @ 2022-04-05 10:40
Quiiiiiiitttttt
阅读(12)
评论(0)
推荐(0)

浙公网安备 33010602011771号