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 727db40 commit d9671a6Copy full SHA for d9671a6
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "vue-apollo",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "Vue apollo integration",
5
"main": "index.js",
6
"scripts": {
7
"compile": "babel --presets es2015,stage-0 -d lib/ src/",
8
"prepublish": "npm run compile",
9
- "watch": "npm-watch"
+ "ev": "npm-watch"
10
},
11
"watch": {
12
"compile": "src/*.js"
src/smart-apollo.js
@@ -161,9 +161,6 @@ export class SmartQuery extends SmartApollo {
161
162
executeApollo (variables) {
163
const oldForceFetch = this.options.forceFetch
164
- if (this.starting) {
165
- this.options.forceFetch = true
166
- }
167
168
if (this.options.forceFetch && this.observer) {
169
// Refresh query
0 commit comments