2020年3月8日
摘要: 1.安装 2.使用 3.router几个用法 一 安装 npm安装 npm install vue-router 二 使用 1.绑定vue对象 2.异步加载组件 component: () => import('../views/mysetting/person') <script> import 阅读全文
posted @ 2020-03-08 16:48 biind 阅读(224) 评论(0) 推荐(0)