Files
xk-gw/src/App.vue

11 lines
105 B
Vue
Raw Normal View History

2025-04-24 13:39:24 +08:00
<script setup>
</script>
<template>
2025-05-15 21:24:56 +08:00
<router-view />
2025-04-24 13:39:24 +08:00
</template>
2025-05-15 21:24:56 +08:00
<style lang='scss' scoped>
2025-04-24 13:39:24 +08:00
</style>