1.直接在pages文件底下去新增頁面
2.去查看.nuxt底下的路由router.js,可以在瀏覽器地址輸入,得到對應的顯示
routes: [{
path: "/autoindex",
component: _14ea0b46,
name: "autoindex"
}, {
path: "/",
component: _43ae942c,
name: "index"
}],
1.直接在pages文件底下去新增頁面
2.去查看.nuxt底下的路由router.js,可以在瀏覽器地址輸入,得到對應的顯示
routes: [{
path: "/autoindex",
component: _14ea0b46,
name: "autoindex"
}, {
path: "/",
component: _43ae942c,
name: "index"
}],
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。