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 1acefe0 commit a0b6e98Copy full SHA for a0b6e98
lib/vue-plugin.js
@@ -190,7 +190,7 @@ module.exports = {
190
Vue.mixin({
191
192
// Vue 1.x
193
- beforeCompile: prepare,
+ init: prepare,
194
// Vue 2.x
195
beforeCreate: prepare,
196
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-apollo",
3
- "version": "1.0.0-beta9",
+ "version": "1.0.0-beta10",
4
"description": "Vue apollo integration",
5
"main": "index.js",
6
"scripts": {
0 commit comments