We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For usage like this:
<template> <script2 src="myscript.js" @load="loaded" /> <template> <script> export default { methods: { loaded () { window.myscriptModule.youVeGotTheIdea() } } } </script>
fixes with #29
The text was updated successfully, but these errors were encountered:
2.1.0 - emit vue events and handle simultaneously loaded scripts
798b050
+ Better handling of simultaneously loaded components ([#12](#12) - thanks **[@vgavro](https://github.com/vgavro)**) + Emit vue events for `loaded` and `error` ([#31](#31) - thanks **[@vgavro](https://github.com/vgavro)**) + Updated all dev dependencies and switched from uglify to terser
Note: the load event was renamed to loaded. Available in 2.1.0!
load
loaded
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
For usage like this:
fixes with #29
The text was updated successfully, but these errors were encountered: