You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone been able to get this working with Vue?
I'm having one hell of a time trying to get leader-line working in vuejs 3.
I have tried installing it with npm as well as using the js source. Neither one worked.
in the case of the js source, I added the export default { LeaderLine } at the end to get it to load however I get this error:
leader-line.js?t=1676230128857:5185 Uncaught TypeError: Cannot read properties of undefined (reading 'add')
at leader-line.js?t=1676230128857:5185:49
at leader-line.js?t=1676230128857:5207:3
using npm, i get a different error upon executing:
new LeaderLine(document.getElementById('start'),
document.getElementById('end')
)
saying start and end are required. Not sure what that means.
I'd love to use this library as well as its sister plain-draggable (which seems to be another source of headaches too) if possible.
I hope you could help.
thanks
The text was updated successfully, but these errors were encountered:
Hey Folks,
Has anyone been able to get this working with Vue?
I'm having one hell of a time trying to get leader-line working in vuejs 3.
I have tried installing it with npm as well as using the js source. Neither one worked.
in the case of the js source, I added the export default { LeaderLine } at the end to get it to load however I get this error:
using npm, i get a different error upon executing:
saying start and end are required. Not sure what that means.
I'd love to use this library as well as its sister plain-draggable (which seems to be another source of headaches too) if possible.
I hope you could help.
thanks
The text was updated successfully, but these errors were encountered: