赞
踩
1、data调用data可以用mounted()钩子
2、props子组件调用
- props: {
- current:{
-
- redCount:{
- type:Number,
- default:0
- }
- },
- data() {
- return {
- newRedCount:this.redCount
- }
- }
- watch:{
- redCount(newVal,oldVal){
- this.newRedCount = newVal;
-
- }
- },
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。