We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba577d0 commit b3310b0Copy full SHA for b3310b0
src/index.js
@@ -63,7 +63,7 @@ export default {
63
Object.defineProperty(this, '$subReady', {
64
get: () => this.$data.$meteor.subs,
65
enumerable: true,
66
- configurable: true,
+ configurable: false,
67
})
68
proxyData.call(this)
69
}
0 commit comments