会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Colorful_coco
博客园
首页
新随笔
联系
订阅
管理
2017年2月4日
路由vue-router
摘要: 一,安装 1)npm install vue-router 2)如果在一个模块化工程中使用它,必须要通过 Vue.use() 明确地安装路由功能: import Vue from 'vue' import VueRouter from 'vue-router' Vue.use(VueRouter)
阅读全文
posted @ 2017-02-04 18:32 Colorful_coco
阅读(3415)
评论(1)
推荐(1)
公告