problem description
data does not have this variable in vue, so why can it be printed out?
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
data () {
return {
name:"yy",
age:16,
}
}
methods: {
this.weight=this.age
console.log(this.weight)
//this.weight
}