Fix Vue 1.x compatibility
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ module.exports = {
|
||||
Vue.mixin({
|
||||
|
||||
// Vue 1.x
|
||||
beforeCompile: prepare,
|
||||
init: prepare,
|
||||
// Vue 2.x
|
||||
beforeCreate: prepare,
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-apollo",
|
||||
"version": "1.0.0-beta9",
|
||||
"version": "1.0.0-beta10",
|
||||
"description": "Vue apollo integration",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user