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 6bdd553 commit 051c8e6Copy full SHA for 051c8e6
index.html
@@ -25,7 +25,7 @@
25
<meta name="twitter:image" content="https://ballotcure.net/screenshot.png">
26
</head>
27
<body>
28
- <div id="app"></div>
+ <div id="app-container"></div>
29
<script type="module" src="/src/main.js"></script>
30
</body>
31
</html>
src/main.js
@@ -3,4 +3,4 @@ import './assets/main.css'
3
import { createApp } from 'vue'
4
import App from './App.vue'
5
6
-createApp(App).mount('#app')
+createApp(App).mount('#app-container')
0 commit comments