[Vuejs]-Vuejs3 external library undefined funtion

0👍

If bind is what’s undefined, have you checked if your problem is with _getSmartGuides since that is what calls the bind() function?

0👍

You’ll need to call fabricAddSmartGuides();

purely from reading the (fabricPublisherTools) source: _getSmartGuides is created in fabricAddSmartGuides(). Do you / where do you call fabricAddSmartGuides ?

Leave a comment