微信扫一扫
data定义:
data () { return { test: '测试' }; },
获取data 中数据的初始状态test值:: this.$options.data.call(this).test
相关推荐