first commit
This commit is contained in:
9
src/App.vue
Normal file
9
src/App.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { useAppBootstrap } from '@/composables/useAppBootstrap'
|
||||
|
||||
const { bootstrap } = useAppBootstrap()
|
||||
|
||||
onLaunch(async () => {
|
||||
await bootstrap()
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user