#Trying to use Leaderline with Nuxt App
5 messages · Page 1 of 1 (latest)
@main dew try a .client.vue component. the package needs browser APIs apparently and can't be rendered on the server
I figured it out, need to enclose component which uses the Leaderline inside <client-only>
so this plugin gives the Leaderline as a variable LeaderLine.setLine - to create line
LeaderLine.obj to access rest of the features