Created
December 2, 2020 09:29
-
-
Save BenderV/6fe9ec2d3dab1f8a29e413812c4a7eef to your computer and use it in GitHub Desktop.
Instanciation Vue 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const app = new Vue(rootComponent).$mount("#app") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const app = createApp(rootComponent).mount("#app") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment