Skip to content

issues Search Results · repo:meteor-vue/vue-meteor-tracker language:TypeScript

Filter by

61 results
 (69 ms)

61 results

inmeteor-vue/vue-meteor-tracker (press backspace or delete to remove)

Hi, Will the package support async calls?
  • thor-n
  • Opened 
    on Jan 7
  • #84

script export default { data() { return { selectedThreadId: test , }; }, computed: { testComputed() { return testComputed ; }, }, meteor: ...
  • rickynaps
  • 1
  • Opened 
    on Jun 13, 2023
  • #80

Currently using 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 project. https://github.com/mlanning/example-vue-meteor-tracker ...
  • mlanning
  • Opened 
    on Dec 6, 2022
  • #79

Hi @Akryum , I tried to use subcriptions in Options API by using the syntax: mounted () { // Subscribes to the threads publication with two parameters this.$subscribe( thread , [ new , 10]) } In ...
  • diavrank
  • 2
  • Opened 
    on Nov 19, 2022
  • #78

I use vue3 and vue-meteor-tracker 3.0.0beta7. When I try to use this in Reactive data, i got undefined. In fact, it works when I use for example this.$store... but not if I use this with variables defined ...
  • harry-73
  • 4
  • Opened 
    on Sep 21, 2022
  • #77

I use vue3 and vue-meteor-tracker 3.0.0beta3. When I try to use this in Reactive data, i got undefined. It worked with vue2.6.14.
  • harry-73
  • 4
  • Opened 
    on Sep 8, 2022
  • #76

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 get an exception on ...
  • cscott
  • 5
  • Opened 
    on Jul 15, 2022
  • #75

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 and this.$subReady ...
  • violetlight
  • Opened 
    on Jan 15, 2021
  • #70

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? ...
  • jamgold
  • 10
  • Opened 
    on Mar 30, 2020
  • #67

I try to use Vue composition api ....... setup(props, { root: { $autorun } }) { const currentUser = computed(() = { return $autorun(() = Meteor.user()) }) console.log(currentUser.value) ...
  • thearabbit
  • 3
  • Opened 
    on Feb 5, 2020
  • #65
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub