Vue.js (or just Vue) is a Javascript framework for building SPA web applications.
To integrate with Vue, the client needs to update their mounted() function:
For preezie widgets to work on websites using SPA frameworks, it is currently required for the widget to reside within the page and not at global level.
Add Comment