block-chaincopyright/ui/src/App.vue
闵宪瑞 e6227f4d92 add
2025-05-22 17:32:03 +08:00

14 lines
119 B
Vue

<template>
<router-view />
</template>
<script lang="ts" setup>
</script>
<style>
p {
padding: 0 10px;
}
</style>