[Vuejs]-Forcing a refresh on vuejs router from an outer app

0👍

Turns out that there was something else going on here.

After the external vue app was loaded, some innerhtml content was being modified by my external script. Nothing directly related to the app but this seemingly broke the underlying app.

Stopping to do the replacements has the underlying app working as expected.

Leave a comment