1
This commit is contained in:
13
src/App.vue
Normal file
13
src/App.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<router-view></router-view>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped lang="scss">
|
||||
#app {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user