嘗試在vue加入路由
首先是相關(guān)文檔地址:
vue3關(guān)于vue-router說(shuō)明:https://vue3js.cn/docs/zh/guide/routing.html#%E5%AE%98%E6%96%B9-router
vue-router官方中文文檔:
https://router.vuejs.org/zh/installation.html
然后是安裝
然后在main.js中引入
然后新建route.js文件代碼如下
主要負(fù)責(zé)定義路由相關(guān)東西,vue-route也是在這里引入
具體配置項(xiàng)可以參考文檔:https://router.vuejs.org/zh/api/#routes
然后main.js文件里面引入
最后運(yùn)行一下!

哎嘿,路由這就引入完成了
標(biāo)簽: