hluz

Results 19 comments of hluz

@raix Could you look into pulling this and publish?

Looks as if Semantic-Pusher-Robot forgot a few clicks? :-)

Maybe if you provide some hard details (ie., code) instead of just the error stack?

@nrlewis, I think VueMeteorTracker does not have to be loaded as a plug-in... Can you try to remove: ``` import VueMeteorTracker from 'vue-meteor-tracker'; ``` and ``` Vue.use(VueMeteorTracker); ```

@nrlewis , you only need to add as a plugin **if** you didn't use the Meteor akryum:vue package . It is mentioned as a note in the instructions: https://github.com/meteor-vue/vue-meteor-tracker#installation

I use... .meteor/packages ``` akryum:vue akryum:vue-component ``` package.json ``` "vue-meteor-tracker": "^2.0.0-beta.4", "vue-router": "^3.0.1", "vue": "^2.5.17", "vuetify": "^1.3.7", ``` ... without any issues. No need to import / load vue-meteor-tracker as...

Hi @BrockReece, do you think we can have this merged some time soonish?

There is really no need to fallback to Blaze #if due to this. Adding `style="display:none;"` to the element's attribute list works fine...