staticwebapp-hhv-tormakrist.../src/main.ts

5 lines
90 B
TypeScript
Raw Normal View History

2022-05-21 20:38:11 +02:00
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')