Skip to content
On this page

vue 异步组件

vue
export default { 
    components: { 
        Tooltip: () => import('./components/Tooltip')
    }
}

更新时间: