1、vue的生命周期 初始化: beforeCreate:一般沒(méi)啥用,數(shù)據(jù)沒(méi)掛載,DOM 沒(méi)有渲染出來(lái) created:數(shù)據(jù)已經(jīng)掛載,但是 DO...
投稿
收錄了2篇文章 · 1人關(guān)注
1、vue的生命周期 初始化: beforeCreate:一般沒(méi)啥用,數(shù)據(jù)沒(méi)掛載,DOM 沒(méi)有渲染出來(lái) created:數(shù)據(jù)已經(jīng)掛載,但是 DO...
1、router-link <router-link to='需要跳轉(zhuǎn)到的頁(yè)面的路徑'> 注意:跳轉(zhuǎn)的鏈接要在路由當(dāng)中引入 2、this.$ro...