12 lines
137 B
Vue
12 lines
137 B
Vue
|
|
<template>
|
||
|
|
<router-view />
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script setup lang="ts">
|
||
|
|
// App root component
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style scoped lang="scss">
|
||
|
|
</style>
|
||
|
|
|