For usage like this: ```vue <template> <script2 src="myscript.js" @load="loaded" /> <template> <script> export default { methods: { loaded () { window.myscriptModule.youVeGotTheIdea() } } } </script> ``` fixes with https://github.com/taoeffect/vue-script2/pull/29