alexcode / vue2vis

A Vuejs 2 adapter for Visjs
MIT License
217 stars 59 forks source link

Avoid null error on destroy #72

Closed Glandos closed 3 years ago

Glandos commented 3 years ago

If the component is never mounted, or if there is an error in instantiation, there will be another error because this.timeline is null.