12 lines
154 B
Cheetah
12 lines
154 B
Cheetah
<script setup lang="ts">
|
|
import { RouterLink, RouterView } from 'vue-router'
|
|
</script>
|
|
|
|
<template>
|
|
<RouterView />
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|