【发布时间】:2019-09-01 04:20:08
【问题描述】:
在索引(主页)中,如果我单击一个按钮并导航到:
http://localhost:3000/browse/songs/new
它冻结了浏览器并且没有响应并显示空白页面!
但是,如果我手动输入这个 url,它就可以工作。
我的页面目录结构:
--browse
--songs
--new
index.vue
browse.vue
index.vue
我在 github 上发现了一个问题,但对我没有帮助!
App freezes while using nuxt-link and nested routes with redirect
【问题讨论】:
-
在代码沙箱或 github 上创建复制品。没有代码是不可能的