vue 中获取初始的值

this.$options.data() // 初始data的值
this.$data // 当前data的值