vue
Halo1013
不要浪费青春在无聊的事上!
展开
-
Vue axios跨域请求
1.安装axios. npm install axios2.在config目录下的index.js设置proxyTable: proxyTable: { '/api':{ target: "http://localhost:9000", changeOrigin: true, pathRewrite:{ ...原创 2020-04-23 16:57:35 · 226 阅读 · 0 评论 -
在vue-cli实现vue-router demo
安装下载vue-cli2.App.vue文件内容:<template> <div id="app"> <h1>Hello App!</h1> <p> <!-- 使用 router-link 组件来导航. --> <!-- 通过传入 `to` 属性指定链接. -->...原创 2020-04-21 10:33:14 · 164 阅读 · 0 评论