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 13bdca3 commit 1acefe0Copy full SHA for 1acefe0
lib/vue-plugin.js
@@ -1,4 +1,4 @@
1
-import omit from 'lodash.omit';
+const omit = require('lodash.omit');
2
3
let apolloClient = null;
4
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-apollo",
- "version": "1.0.0-beta8",
+ "version": "1.0.0-beta9",
"description": "Vue apollo integration",
5
"main": "index.js",
6
"scripts": {
0 commit comments