diff --git a/src/smart-apollo.js b/src/smart-apollo.js index 3b769b7..54be721 100644 --- a/src/smart-apollo.js +++ b/src/smart-apollo.js @@ -9,7 +9,7 @@ class SmartApollo { constructor (vm, key, options, autostart = true) { this.vm = vm this.key = key - this.options = options + this.options = Object.assign({}, options) this._skip = false this._watchers = []