vue3路由懒加载

418 阅读1分钟

1.使用辅助函数

import { defineAsyncComponent } from 'vue'

2.引用

const xx = defineAsyncComponent(() => import('xx'))