1.直接在pages文件底下去新增页面
2.去查看.nuxt底下的路由router.js,可以在浏览器地址输入,得到对应的显示

routes: [{
    path: "/autoindex",
    component: _14ea0b46,
    name: "autoindex"
  }, {
    path: "/",
    component: _43ae942c,
    name: "index"
  }],

地址栏输入
http://localhost:3000/autoindex

相关文章:

  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-01-26
  • 2021-04-03
  • 2021-12-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-22
  • 2022-02-10
  • 2021-06-14
  • 2021-08-02
  • 2021-09-02
相关资源
相似解决方案