mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 22:58:23 +00:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
|
import { createApp } from 'vue'
|
||
|
import './style.css'
|
||
|
import App from './App.vue'
|
||
|
|
||
|
createApp(App).mount('#app')
|