vue-meteor-tracker
vue-meteor-tracker copied to clipboard
Use Meteor Tracker reactivity inside Vue components
Also filed as meteor/vue-tutorial#14 because this shows up in the tutorial; it also appears in the template used by `meteor --create vue`. With the latest version of meteor (2.7.3) we...
Bumps [undefsafe](https://github.com/remy/undefsafe) from 2.0.2 to 2.0.5. Release notes Sourced from undefsafe's releases. v2.0.5 2.0.5 (2021-10-17) Bug Fixes remove debug and add tests (58fc474), closes #12 Commits 5d3fa34 chore: adding semver...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
I want to use `$subReady` on a subscription that has a period in the name. For example: ``` Meteor.publish('something.all', ...); // Assume the following linens are in the appropriate place...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
I am receiving the following TypeError: Cannot redefine property: $subReady The error stack is: at Function.defineProperty () at VueComponent.firstPrepare (modules.js?hash=efa19dc1a6f0d0ead424b960075ceae573106eab:43927) at callHook (modules.js?hash=efa19dc1a6f0d0ead424b960075ceae573106eab:30503) at VueComponent.Vue._init (modules.js?hash=efa19dc1a6f0d0ead424b960075ceae573106eab:32208) at new VueComponent (modules.js?hash=efa19dc1a6f0d0ead424b960075ceae573106eab:32380)...
I love the Meteor integration, but have difficulties understanding reactivity and it's implementation. Apparently meteor functions are running many times, even before the component is created or mounted? Here is...
Fixes #49 (partially) Fixes #52 For now, `meteor` properties marked as `$lazy` are not really lazy, because the functions are executed at least once in order to fill `vm.$data.$meteor.data` with...