mirror of
https://github.com/Dokploy/examples.git
synced 2026-06-28 02:25:25 +02:00
7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
import './assets/main.css'
|
|
|
|
import { createApp } from 'vue'
|
|
import App from './App.vue'
|
|
|
|
createApp(App).mount('#app')
|