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
When Vue is a part of a built website that happens to concatenate and minify (only tested with uglify2), and another script adds 'use strict'; to the global scope, the minified Vue.js script throws a JS exception in the part o the script that assigns the library to this.Vue (this is undefined).