Skip to content

Instantly share code, notes, and snippets.

@ilikerobots
Created May 12, 2021 08:51
Show Gist options
  • Save ilikerobots/fdf3b8c4983e724ca1507efb4507b10a to your computer and use it in GitHub Desktop.
Save ilikerobots/fdf3b8c4983e724ca1507efb4507b10a to your computer and use it in GitHub Desktop.
string-property-passing-01
const selector = "#my_app_element";
const mountEl = document.querySelector(selector);
const app = createApp(AppComponent, {...mountEl.dataset});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment