mirror of
https://github.com/Kugelschieber/breach.git
synced 2026-01-18 12:00:25 +00:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { createApp } from 'vue'
|
|
import App from './App.vue'
|
|
|
|
createApp(App)
|
|
.mount('#app');
|