Vue2 组件中的出口主要功能方法

import XX from './views.ABoutView.vue'
import {mapState,mapMutations} from 'vuex'

export default{
    data(){},//数据
    methods:{},//方法
    computed:{},//计算属性
    filters:{},//过滤器
    watch:{},//侦听器
    components:{},//局部注册组件
    created(){
    this.$router //路由对象,可以跳转
    this.$touter.push() //可以通过修改url实现路由跳转
    this.$router.replace()//同样是跳转到指定的url,但是这个方法不会向history里面添加新的记录
    this.$route //路由信息
    this.route.query //url?key=value
    this.$route.params //url/xxx xxx的值
    this.$route //仓库
    this.$store.state //取值
    this.$store.commit('mutations中的方法')
},最常用,可长点心吧
beforeCreate(){},
mounted(){},//偶尔
beforeMount(){},
updated(){},//不用,别瞎搞
beforeUpdate(){},
destroyed(){},//销毁数据  比如定时器
beforeDestroy(){},//考虑缓存
activated(){},
deativated(){}

}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值