(1)
vue-router 3.x版本更新了一个特点,如果编程时导航跳到了相同的路径,会报一个错误:NavigitionDuplicated导航重复,vue-router限制我们不能两次跳转到同一路径,可以通过this.$router.push(patch).catch(e=>e)解决这个报错
(2)element-ui 给提供的功能 this.$confirm
$开头的方法就地位高一些,一般就是组件自带的
$store , $refs , $router , $route , $nextTick , $emit
(3)vue中template的数据来源有3个 :
datacomputedprops欢迎分享,转载请注明来源:内存溢出
评论列表(0条)