nuxt.js 路由 nuxt-link的用法
1.vue文件中这么写<nuxt-link to="/toolManage">链接</nuxt-link><!--路由内容 begin--><nuxt-child/><!--路由内容 end-->2.toolManage的目录下面要有个页面是index.vue
·
1.vue文件中这么写
<nuxt-link to="/toolManage">
链接
</nuxt-link>
<!--路由内容 begin-->
<nuxt-child/>
<!--路由内容 end-->
2.toolManage的目录下面要有个页面是index.vue
更多推荐
已为社区贡献10条内容
所有评论(0)