diff --git a/src/index.js b/src/index.js index be20b65..3252fbb 100644 --- a/src/index.js +++ b/src/index.js @@ -126,13 +126,13 @@ export function install (Vue, options) { }, data () { - return this.$options.apollo ? { + return { '$apolloData': { queries: {}, loading: 0, data: {}, }, - } : {} + } }, } : {},