LeCoupa / vuetimeline

🕵️‍♀️🕵️‍♂️ One easy-to-use component for Vue.js to build beautiful responsive timelines.
https://www.growthbunker.dev/vuetimeline
MIT License
349 stars 44 forks source link

Cannot read property 'theme' of undefined #3

Closed KNTH01 closed 4 years ago

KNTH01 commented 4 years ago

Just add the dependency to my project to try it and I've got this error:

client.js?06a0:77 TypeError: Cannot read property 'theme' of undefined
    at VueComponent.computedTheme (vuetimeline.esm.js?7cf2:1)
    at Watcher.get (vue.runtime.esm.js?2b0e:4473)
    at Watcher.evaluate (vue.runtime.esm.js?2b0e:4578)
    at Proxy.computedGetter (vue.runtime.esm.js?2b0e:4830)
    at Proxy.render (vuetimeline.esm.js?7cf2:1)
    at VueComponent.Vue._render (vue.runtime.esm.js?2b0e:3542)
    at VueComponent.updateComponent (vue.runtime.esm.js?2b0e:4049)
    at Watcher.get (vue.runtime.esm.js?2b0e:4473)
    at new Watcher (vue.runtime.esm.js?2b0e:4462)
    at mountComponent (vue.runtime.esm.js?2b0e:4067)
LeCoupa commented 4 years ago

Thank you, I'm investigating what is going on. I think I know where this is coming from.

LeCoupa commented 4 years ago

Can you update to 0.1.9 ? I just fixed the issue.

KNTH01 commented 4 years ago

I've updated and I'm still experiencing the same.

I am using Nuxt.

LeCoupa commented 4 years ago

Yes I am also using Nuxt for the documentation so this should work.

https://www.growthbunker.dev/vuetimeline

Let me check with an empty project

LeCoupa commented 4 years ago

The issue should be resolved now. Can you update to 0.1.12 and tell me if that is okay on your side? I also had your problem with a new project.

Thank you for notifying me!

KNTH01 commented 4 years ago

It's now working it the latest version ;)

Thanks,

LeCoupa commented 4 years ago

Great. If you have ideas for new features, tell me!