码迷,mamicode.com
首页 > 其他好文 > 详细

vue:vue引入组建的多种写法

时间:2018-06-07 19:32:20      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:等价   模块   The   port   disco   两种   connect   page   template   

vue的路由组件中,引入模块的两种写法:(@等价于..)
死的写法:不是按需加载
1:import Index from ‘@/components/Index‘(import Index from ‘../components/Index‘)
活的写法:按需加载
2:const disconnect = (resolve) => {
import(‘pages/disconnect/disconnect‘).then(template => {
resolve(template)
})
}

vue:vue引入组建的多种写法

标签:等价   模块   The   port   disco   两种   connect   page   template   

原文地址:https://www.cnblogs.com/llqwm/p/9152079.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!