thelostword / timeline

Canvas timeline, supports zooming, dragging, and infinite scrolling. -- Canvas 时间轴组件,支持缩放、拖拽、无限滚动
https://thelostword.github.io/timeline/
MIT License
41 stars 7 forks source link

无法使用,vue3引入报错了 #8

Open LECYWZA opened 1 month ago

LECYWZA commented 1 month ago

@losting_timeline.js?v=10430adf:526 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'getContext') image

这句报错了 image

thelostword commented 1 month ago

能否提供下完整代码,以及使用的版本?

thelostword commented 1 month ago

看代码是在Vue中使用,new Timeline() 要在mounted后使用,否则会找不到DOM。 document.querySelector('#Timeline') 会返回 null