安全护卫 安全护卫
首页
  • 主机设备

    • NVR报警主机
    • AI视频报警一体机
  • 设备配件

    • 遥控器
    • 无线红外
    • 有线红外
    • 无线烟感
    • 有线烟感
    • 无线门磁
    • 有线门磁
    • 交换机
  • 使用案例
  • 智慧商铺联网报警解决方案
  • 商场仓库方案
  • 家庭方案
  • PC使用教程
  • APP使用教程
  • 公众号使用教程
  • 设备安装教程
  • 常见问题汇总
下载
  • 安防知识
  • 项目经验
  • 心情杂货
  • 实用技巧
关于
  • 分类
  • 标签
  • 归档

MECE

深圳市道纪安防科技有限公司
首页
  • 主机设备

    • NVR报警主机
    • AI视频报警一体机
  • 设备配件

    • 遥控器
    • 无线红外
    • 有线红外
    • 无线烟感
    • 有线烟感
    • 无线门磁
    • 有线门磁
    • 交换机
  • 使用案例
  • 智慧商铺联网报警解决方案
  • 商场仓库方案
  • 家庭方案
  • PC使用教程
  • APP使用教程
  • 公众号使用教程
  • 设备安装教程
  • 常见问题汇总
下载
  • 安防知识
  • 项目经验
  • 心情杂货
  • 实用技巧
关于
  • 分类
  • 标签
  • 归档
  • 基础

  • 组件

  • 过渡&动画

  • 可复用性&组合

  • 工具

  • 规模化

    • vuex操作相关
    • 路由懒加载
  • Vuex

  • 其他

  • 《Vue》笔记
  • 规模化
MECE
2020-02-04

路由懒加载

# 路由懒加载

// 路由同步加载
// import Recommend from '@/components/recommend/recommend'
// import Singer from '@/components/singer/singer'
// import Rank from '@/components/rank/rank'
// import Search from '@/components/search/search'
// import SingerDetail from '@/components/singer-detail/singer-detail'
// import Disc from '@/components/disc/disc'
// import TopList from '@/components/top-list/top-list'
// import UserCenter from '@/components/user-center/user-center'

Vue.use(Router)

// 路由懒加载
const Recommend = () => import('@/components/recommend/recommend')
const Singer = () => import('@/components/singer/singer')
const Rank = () => import('@/components/rank/rank')
const Search = () => import('@/components/search/search')
const SingerDetail = () => import('@/components/singer-detail/singer-detail')
const Disc = () => import('@/components/disc/disc')
const TopList = () => import('@/components/top-list/top-list')
const UserCenter = () => import('@/components/user-center/user-center')

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

使用路由懒加载可使app.js文件变小,进入不同路由在分别加载该路由的js。

#Vue
vuex操作相关
Vuex

← vuex操作相关 Vuex→

最近更新
01
服务协议
08-27
02
隐私政策
08-27
03
隐私政策
10-20
更多文章>
Theme by Vdoing | Copyright © 2023-2025 深圳市道纪安防科技有限公司 | 粤ICP备2023066596号 | 粤公网安备44030602007742号
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式