Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9589d1

Browse files
committedOct 14, 2021
vue3新组件(Suspense(异步引入组件))
1 parent 534d40a commit e9589d1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎21_src_suspense组件/main.js

-9
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,3 @@ const app = createApp(App);
99
//挂载
1010
app.mount('#app');
1111

12-
// setTimeout(() => {
13-
// app.unmount("#app");
14-
// },2000)
15-
16-
// //vue2写法
17-
// const vm = new Vue({
18-
// render: h=> h(App)
19-
// });
20-
// vm.$mount('#app')

0 commit comments

Comments
 (0)
Please sign in to comment.