欢迎访问 生活随笔!

凯发k8官方网

当前位置: 凯发k8官方网 > 前端技术 > vue >内容正文

vue

vue router html后缀,vue-凯发k8官方网

发布时间:2024/10/8 vue 0 豆豆
凯发k8官方网 收集整理的这篇文章主要介绍了 vue router html后缀,vue-router.html 小编觉得挺不错的,现在分享给大家,帮大家做个参考.
document

go to foo

go to bar

// 1. 定义(路由)组件。

// 可以从其他文件 import 进来

const foo = { template: '

foo' }

const bar = { template: '

bar' }

// 2. 定义路由

const routes = [

{ path: '/foo', component: foo },

{ path: '/bar', component: bar }

]

// 3. 创建 router 实例,然后传 `routes` 配置

// 你还可以传别的配置参数, 不过先这么简单着吧。

const router = new vuerouter({

routes // (缩写)相当于 routes: routes

})

// 4. 创建和挂载根实例。

// 记得要通过 router 配置参数注入路由,

// 从而让整个应用都有路由功能

const app = new vue({

router

}).$mount('#app')

总结

以上是凯发k8官方网为你收集整理的vue router html后缀,vue-router.html的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得凯发k8官方网网站内容还不错,欢迎将凯发k8官方网推荐给好友。

网站地图