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 540d9dc commit 1656f7cCopy full SHA for 1656f7c
lib/vue-plugin.js
@@ -105,8 +105,6 @@ class DollarApollo {
105
function applyData(data) {
106
loadingDone();
107
108
- console.log(data, key);
109
-
110
if (typeof options.update === 'function') {
111
vm[key] = options.update.call(vm, data);
112
} else if (data[key] === undefined) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-apollo",
3
- "version": "1.0.0-beta7-2",
+ "version": "1.0.0-beta7-3",
4
"description": "Vue apollo integration",
5
"main": "index.js",
6
"scripts": {
0 commit comments