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 29c5618 commit eee1d07Copy full SHA for eee1d07
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-meteor-tracker",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Use Meteor Tracker reactivity inside Vue components",
5
"main": "index.js",
6
"scripts": {
src/vue-plugin.js
@@ -81,7 +81,7 @@ export default {
81
} else {
82
subscribe(options);
83
}
84
- })(key, meteor.subscribe[key]);
+ })(key, subscribeOptions[key]);
85
86
87
0 commit comments