【发布时间】:2019-02-07 05:21:42
【问题描述】:
我正在使用 vue.js 和 webpack 为我的朋友开发主页。但是他想保留一些使用 javascript 和 jquery(cdn) 的旧页面。 我可以在 vue-router 中做一些配置来做这样的事情吗?
/home --> Vue Project Homepage
/photo ---> Vue router change the router-view to photo.vue
/download ---> Go to the directory "/download" in project and load the index.html in "/download" directory
【问题讨论】:
标签: javascript vue.js webpack vue-router