色欲av一区久久精品_久久综合色综合色88_无码在线观看不卡_色黄视频网站_亚洲国产精品久久久久秋霞66

前端路由嵌套

時間:2022-06-16

1、為導(dǎo)航【賬戶】添加【注冊】和【登錄】兩個子導(dǎo)航【路由嵌套】

要實現(xiàn)上幾章功能,就要進行路由嵌套,就是進入【賬戶】之后又有【注冊】、【登錄】兩個子路由。

image.png

image.png

image.png


運行效果如下:
也可以把 mode 改為 hash 路由模式,注釋掉mode: ‘history’,即可,當(dāng)然區(qū)別也就是在地址顯示方式不一樣。

image.png

2、< router-link >的 tag 屬性應(yīng)用

如上,<router-link>默認是轉(zhuǎn)為<a>標簽。實際上可以為

<router-link>增加 tag 屬性指明轉(zhuǎn)為其他標簽,比如 button、li。


2.1、設(shè)置 tag=“button”

<router-link to=“/account/login” tag=“button”>登錄</router-link>

<router-link to=“/account/register” tag=“button”>注冊</router-link>

運行效果:

image.png


2.2、設(shè)置 tag=“l(fā)i”

說明:改為 li,一般就要在外面套一層<ul>變成無序列表。

<ul>

<router-link to=“/account/login” tag=“l(fā)i”>登錄

</router-link>

<router-link to=“/account/register” tag=“l(fā)i”>注冊

</router-link>

</ul>

運行結(jié)果:

image.png


Copyright ? 2016 廣州思洋文化傳播有限公司,保留所有權(quán)利。 粵ICP備09033321號

與項目經(jīng)理交流
掃描二維碼
與項目經(jīng)理交流
掃描二維碼
與項目經(jīng)理交流
ciya68