EO2875

Results 1 issues of EO2875

At some point in my component I wanted to do this: ```js export const { methods: { mymethod() { this.$options.data // Does not raise error const originalData = this.$options.data() //...