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.
1 parent f9bd5bc commit 3a7195dCopy full SHA for 3a7195d
examples/demo/src/main.js
@@ -2,8 +2,8 @@
2
import Vue from "vue";
3
import App from "./app.vue";
4
5
-Vue.config.productionTip = false;
6
7
new Vue({
+ el: '#app',
8
render: h => h(App)
9
-}).$mount('#app');
+});
examples/hello-world/src/main.js
0 commit comments