Skip to content

Instantly share code, notes, and snippets.

@BenderV
Created December 2, 2020 09:29
Show Gist options
  • Select an option

  • Save BenderV/6fe9ec2d3dab1f8a29e413812c4a7eef to your computer and use it in GitHub Desktop.

Select an option

Save BenderV/6fe9ec2d3dab1f8a29e413812c4a7eef to your computer and use it in GitHub Desktop.
Instanciation Vue 2
const app = new Vue(rootComponent).$mount("#app")
const app = createApp(rootComponent).mount("#app")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment