Suspense组件的使用

Suspense组件的使用

vue3中动态引入组件的写法

const AsyncComponent = defineAsynComponent(() => import('./'))

 
  
 


你可能感兴趣的:(vue3)