dsfsdfs
This commit is contained in:
11
src/client.ts
Normal file
11
src/client.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { createApp } from './main';
|
||||
import 'uno.css';
|
||||
async function render() {
|
||||
const { app, router } = createApp();
|
||||
router.isReady().then(() => {
|
||||
app.mount('body', true)
|
||||
})
|
||||
}
|
||||
render().catch((error) => {
|
||||
console.error('Error during app initialization:', error)
|
||||
})
|
||||
Reference in New Issue
Block a user