Skip to content

Instantly share code, notes, and snippets.

@Comandeer
Created July 7, 2018 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Comandeer/707aa3232d4853a69940625c330c3542 to your computer and use it in GitHub Desktop.
Save Comandeer/707aa3232d4853a69940625c330c3542 to your computer and use it in GitHub Desktop.
Importing component's script
return import( jsURL ).then( ( module ) => {
return {
name: module.default.name,
template,
style
}
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment