diff --git a/src/main.ts b/src/main.ts index 1581d33..2da29d4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,4 +3,4 @@ import { createApp } from 'vue' import App from './App.vue' const View = createApp(App) -View.mount('#content') +View.mount('#app_template')