EvodiaAut / vue-marquee-text-component

[CSS GPU Animation] Marquee Text for vuejs
https://evodiaaut.github.io/vue-marquee-text-component/
MIT License
471 stars 45 forks source link

Uncaught (in promise) TypeError: Cannot read property 'duration' of undefined #27

Closed zplits closed 3 years ago

zplits commented 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.

EvodiaAut commented 3 years ago

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.

zplits commented 3 years ago

Hi @EvodiaAut, thank you for your reply.

Alright, good luck on your endeavors.