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
I have tried to implement VS2 in my setup and i'm having issues with making it work as hoped.
My setup is a SPA with SSR abilities (based on VueHackernews demo). First time the script is running and the desired service is loaded, then navigating away and back will cause the service to do nothing.
I have tried the <script2 unload src="...." way and the
This is the service I'm testing with: <div data-widget-url="https://septima.dk/widget/config/layer.json"></div> <script src="https://widgetconfig.septima.dk/widgetconfig.js"></script>
Is there a way to force redownload or rerender/-load in vuescript2?
The text was updated successfully, but these errors were encountered:
Hi
I have tried to implement VS2 in my setup and i'm having issues with making it work as hoped.
My setup is a SPA with SSR abilities (based on VueHackernews demo). First time the script is running and the desired service is loaded, then navigating away and back will cause the service to do nothing.
I have tried the
<script2 unload src="...."
way and theVueScript2.load('service.js').then(() => { console.log('loaded') });
Same result both times.
This is the service I'm testing with:
<div data-widget-url="https://septima.dk/widget/config/layer.json"></div>
<script src="https://widgetconfig.septima.dk/widgetconfig.js"></script>
Is there a way to force redownload or rerender/-load in vuescript2?
The text was updated successfully, but these errors were encountered: