解决 iview使用Steps组件时,vue-router 报错:Navigation cancelled from “/...“ to “/...“ with a new navigation 最近项目有需要使用steps组件,但是每次切换步骤的时候都会报错,见上图,刚开始以为是路由跳转的问…
实现效果
直接上代码
<template><div class"m-steps-area"><div class"m-steps"><div:class"[m-steps-item,{finished: current > n,process: current n && n ! totalSteps,last-process: current totalSteps &a…