vue-meteor-tracker
vue-meteor-tracker copied to clipboard
Use Meteor Tracker reactivity inside Vue components
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Hi @Akryum , I tried to use subcriptions in Options API by using the syntax: ````js mounted () { // Subscribes to the 'threads' publication with two parameters this.$subscribe('thread', ['new',...
Currently using ```js "vue": "^3.2.37", "vue-meteor-tracker": "^3.0.0-beta.7", ``` Here is a working example that I adapted from the [Akyryum/meteor-vite](https://github.com/Akryum/meteor-vite/tree/main/examples/vue) project. https://github.com/mlanning/example-vue-meteor-tracker ```js Learn Meteor! {{ link.title }} {{ { $subReady...