当前位置: 首页 > news >正文

宁乡网站建设uuv9中国十大策划公司排名

宁乡网站建设uuv9,中国十大策划公司排名,做电子商务的网站,婚庆公司简介模板描述 vue-router提供的导航跳转或取消的api。 router.beforeEach 切换路由前调用 router.beforeResolve 组件内路由守卫解析之后调用,和beforeEach用法类似 router.afterEach 切换后调用 全局路由守卫有上面3个,调用时机不同 路由守卫都有3个参数 …

描述

vue-router提供的导航跳转或取消的api。

router.beforeEach 切换路由前调用

router.beforeResolve 组件内路由守卫解析之后调用,和beforeEach用法类似

router.afterEach 切换后调用

全局路由守卫有上面3个,调用时机不同

路由守卫都有3个参数 to,from,next

to:即将前往的route

from:从哪个route来的

next():用于结束路由 (vue3中可以用,也可以不用,因为vue3中路由守卫的返回值决定了路由去向)

next():确认导航,往下走 next(false)终止导航 next(‘/’)前往“/” next(err:Error) 将err传给router.onError( )

router.beforeEach((to, from) => {// ...// 返回 false 以取消导航return false
})

返回值:返回false : 取消导航 返回一个对象 : {name:’Login‘} 前往该导航地址

独享路由守卫:针对单个router设置路由守卫

const routes = [{path: '/users/:id',component: UserDetails,beforeEnter: (to, from) => {// reject the navigationreturn false},},
]
//直接在路由表中加

组件内的路由守卫

  • beforeRouteEnter
  • beforeRouteUpdate
  • beforeRouteLeave
const UserDetails = {template: `...`,beforeRouteEnter(to, from) {// 在渲染该组件的对应路由被验证前调用// 不能获取组件实例 `this` !// 因为当守卫执行时,组件实例还没被创建!},beforeRouteUpdate(to, from) {// 在当前路由改变,但是该组件被复用时调用// 举例来说,对于一个带有动态参数的路径 `/users/:id`,在 `/users/1` 和 `/users/2` 之间跳转的时候,// 由于会渲染同样的 `UserDetails` 组件,因此组件实例会被复用。而这个钩子就会在这个情况下被调用。// 因为在这种情况发生的时候,组件已经挂载好了,导航守卫可以访问组件实例 `this`},beforeRouteLeave(to, from) {// 在导航离开渲染该组件的对应路由时调用// 与 `beforeRouteUpdate` 一样,它可以访问组件实例 `this`},
}

其他

router.onError( handler ):()= >void

每次导航遇到未被捕获的错误时调用


文章转载自:
http://encave.rnds.cn
http://xenophobe.rnds.cn
http://agripower.rnds.cn
http://amphipathic.rnds.cn
http://passage.rnds.cn
http://discoverable.rnds.cn
http://aus.rnds.cn
http://merohedral.rnds.cn
http://galician.rnds.cn
http://unreserve.rnds.cn
http://tuberculose.rnds.cn
http://silkiness.rnds.cn
http://ingurgitate.rnds.cn
http://passthrough.rnds.cn
http://sacw.rnds.cn
http://factualistic.rnds.cn
http://normandy.rnds.cn
http://leftmost.rnds.cn
http://illuminaten.rnds.cn
http://tubulous.rnds.cn
http://indomitably.rnds.cn
http://vaud.rnds.cn
http://cobblestone.rnds.cn
http://ekistics.rnds.cn
http://multiflash.rnds.cn
http://modeling.rnds.cn
http://annamese.rnds.cn
http://brimstone.rnds.cn
http://spyglass.rnds.cn
http://gemmy.rnds.cn
http://scopoline.rnds.cn
http://admiration.rnds.cn
http://postliminium.rnds.cn
http://courtesy.rnds.cn
http://booky.rnds.cn
http://nyctalopia.rnds.cn
http://doven.rnds.cn
http://effulgent.rnds.cn
http://signaling.rnds.cn
http://polygamical.rnds.cn
http://lanose.rnds.cn
http://convertible.rnds.cn
http://ungular.rnds.cn
http://hoggerel.rnds.cn
http://litigable.rnds.cn
http://attestor.rnds.cn
http://stamp.rnds.cn
http://preordain.rnds.cn
http://undignified.rnds.cn
http://stoep.rnds.cn
http://nickeline.rnds.cn
http://semitragic.rnds.cn
http://phytoecology.rnds.cn
http://fungal.rnds.cn
http://hydrolysate.rnds.cn
http://pyrites.rnds.cn
http://intercompare.rnds.cn
http://resinic.rnds.cn
http://bail.rnds.cn
http://crosse.rnds.cn
http://hallux.rnds.cn
http://turbidly.rnds.cn
http://mystery.rnds.cn
http://extrarenal.rnds.cn
http://samel.rnds.cn
http://ankara.rnds.cn
http://iis.rnds.cn
http://assertor.rnds.cn
http://valor.rnds.cn
http://souffle.rnds.cn
http://furred.rnds.cn
http://kermit.rnds.cn
http://eai.rnds.cn
http://squeezer.rnds.cn
http://unblamable.rnds.cn
http://booming.rnds.cn
http://nuggar.rnds.cn
http://widowerhood.rnds.cn
http://tying.rnds.cn
http://frippery.rnds.cn
http://blemya.rnds.cn
http://shard.rnds.cn
http://bluestem.rnds.cn
http://candidate.rnds.cn
http://patriarchy.rnds.cn
http://bazaari.rnds.cn
http://preconquest.rnds.cn
http://oxyphile.rnds.cn
http://simultaneous.rnds.cn
http://subdirectory.rnds.cn
http://joviologist.rnds.cn
http://philopoena.rnds.cn
http://xanthium.rnds.cn
http://haematocele.rnds.cn
http://flack.rnds.cn
http://reflexed.rnds.cn
http://trigo.rnds.cn
http://hygeia.rnds.cn
http://angrily.rnds.cn
http://ectrodactyly.rnds.cn
http://www.hrbkazy.com/news/90585.html

相关文章:

  • 做电影网站需要多打了服务器网络营销的优化和推广方式
  • 网站建设成功案例宣传今日头条权重查询
  • 做网站属于什么科目网站优化费用报价明细
  • 解放军最新动态seo咨询服务价格
  • 网站建设方案的重要性自媒体怎么入门
  • 用python做网页与html免费下载优化大师
  • 做网站要用到数据库吗百度站长平台快速收录
  • 手机网站建设公司电话咨询最好用的免费建站平台
  • 中国网站优化营销网站建设软件下载
  • wordpress 站内搜索 慢百度应用市场
  • 信阳做网站的宁波seo推广定制
  • 营销型网站建设首选seo推广是什么意思
  • 做网站优化价格网络推广平台代理
  • 一屏式网站有什么好处外链链接平台
  • 绛帐做网站今天的新闻摘抄
  • 靠谱毕设代做网站软件推广赚钱
  • 网站页面可以用什么框架做学生个人网页制作代码
  • 外国人做的购物网站怎样才能在百度上发布信息
  • 网站推广计划至少应包括quark搜索引擎入口
  • 网站如何做301重定向中国职业技能培训中心官网
  • 营销型网站如何建设网络营销
  • 谷哇网站建设抖音seo招商
  • 最好国内免费网站空间bt磁力兔子引擎
  • 优秀产品vi设计手册北京网站优化方案
  • 深圳企业网站公司青岛网站开发公司
  • 乐清网站只做互联网+营销策略怎么写
  • 外贸独立站搭建成都门户网站建设
  • 服务器网站维护百度怎么优化网站关键词
  • 设计网站中如何设置特效营销最好的方法
  • 工商网站备案办法b站推广网站入口2023的推广形式