当前位置:网站首页>路由-嵌套路由
路由-嵌套路由
2022-08-02 12:49:00 【给我来个鸡腿】
效果
代码结构
Page3.vue
<template>
<div>
<h1>Page3</h1>
<router-link tag="div" to="/page3/page31">3-1</router-link>
<router-link tag="div" to="/page3/page32">3-2</router-link>
<router-view />
</div>
</template>
<script>
</script>
router.js
import Page31 from '../views/Page31.vue'
import Page32 from '../views/Page32.vue'
const routes = [
...
{
path: '/page3',
component: Page3,
children: [
{
path: 'page31',
component: Page31
},
{
path: 'page32',
component: Page32
}
]
}
]
边栏推荐
猜你喜欢
Software component analysis: 5 major capabilities to protect software supply chain security
1.3快速生成树协议RSTP
Object.entries()
Do you really understand the business process service BPass?
SQL Server 数据库之生成与执行 SQL 脚本
三种实现分布式锁的方式
SQL Server 2014安装教程(保姆级图解教程)
SQL Server database generation and execution of SQL scripts
kvm部署
js真3d柱状图插件
随机推荐
如何关闭开启硬件加速[通俗易懂]
基础协议讲解
主流跨端技术一览
FreeRTOS experiment--one function creates multiple tasks
网络流详解(流网图一般能够反映什么信息)
SQL Server如何建表
SQL Server 数据库之导入导出数据
新特性解读 | MySQL 8.0 GIPK 不可见主键
消除气泡解救蘑菇h5小游戏源码
php - the first of three solid foundations
#夏日挑战赛#【FFH】OpenHarmony设备开发基础(三)编译依赖
SQL中字符串拼接
设置代理服务器(谷歌+IE)「建议收藏」
js真3d柱状图插件
FreeRTOS--stack experiment
无线振弦采集仪远程修改参数方式
软件成分分析:手握5大能力守护软件供应链安全
水平垂直居中方式
How to turn off hardware acceleration [easy to understand]
MD5 detailed explanation (check file integrity)