增加提示
@ -283,7 +283,9 @@
},
methods:{
getVaule(){
#$refs取值
console.log('这是ref获取的值:'+this.$refs.input.value)
#通过this去访问data中的数据
console.log('通过this去定义好的值:'+this.input)
}