Vuejs学习笔记

常用操作数组的方法

pop push unshift shift splice reverse sort indexOf lastIndexof concat slice

forEach filter(过滤) map(映射) some every reduce (find includes es6)

router跳转

this.$router.push('/home'});    //可以点返回
this.$router.replace('/home'});  //不会有返回
posted @ 2020-03-08 20:17  软件技术开发  阅读(122)  评论(0编辑  收藏  举报