67c9653
1
2
3
4
5
import { createApp } from 'vue' import App from './App.vue' import './index.css' createApp(App).mount('#app')