Closed zplits closed 3 years ago
Hello, first of all thank you for your very useful component.
I'm using it with Laravel 8 with InertiaJS + Vue 3.
I tried to use it but it get this error: In developer Console i get the following:
By the way i tried to use it inside a component, hence i followed your instruction here:
// Tickers.vue import MarqueeText from 'vue-marquee-text-component' export default { name: 'Tickers', components: { MarqueeText } }
Hope you can help me.
Thank you.
Hi @zplits,
the problem is that the component is currently only for vue2. See #25
I will try to implement it for VueJs3 this month.
Hi @EvodiaAut, thank you for your reply.
Alright, good luck on your endeavors.
Hello, first of all thank you for your very useful component.
I'm using it with Laravel 8 with InertiaJS + Vue 3.
I tried to use it but it get this error: In developer Console i get the following:
By the way i tried to use it inside a component, hence i followed your instruction here:
Hope you can help me.
Thank you.