Andréas Hanss
Andréas Hanss
For your consideration : I used the following code ```vue {{ $t('home.topSessions') }} Content SEO friendly import Vue from "vue"; import Component from "vue-class-component"; import CourseCard from "./CourseCard.vue"; import {...
Hi, target is windows app or android ?
Hello, You have two options: - Adding a meta: `{analytics: "someValue"}` to your route config. - use `usePathAnalytics` to use route name. ```js // If specified : the system will...
Hello, Thanks for your contribution :) It might be a nice idea yeah, I see no issue with the idea of integrating this. Don't worry much about linting configuration, I've...
Hey, thanks for the feedback. What's the issue using screenviews ? VueJS aim for SPA and in my opinion it's the correct behavior, isn't ? Are you trying to make...
Hum, i'll take a look at this, seems good :)
@formulahendry Any update on this ?
Same here
Really interested in this one too. Currently what I'm doing is pretty straight forward. I have an app with some additional services that can be purchased. The module is active...
@garciabruno Could you achieve it by wrapping the full component with a onClick handler ?