Skip to content

Commit 051c8e6

Browse files
fix: finish updating container ID
1 parent 6bdd553 commit 051c8e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<meta name="twitter:image" content="https://ballotcure.net/screenshot.png">
2626
</head>
2727
<body>
28-
<div id="app"></div>
28+
<div id="app-container"></div>
2929
<script type="module" src="/src/main.js"></script>
3030
</body>
3131
</html>

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import './assets/main.css'
33
import { createApp } from 'vue'
44
import App from './App.vue'
55

6-
createApp(App).mount('#app')
6+
createApp(App).mount('#app-container')

0 commit comments

Comments
 (0)