11 lines
147 B
Vue
11 lines
147 B
Vue
<template>
|
|
<div class="h-full bg-red-500">
|
|
基础
|
|
</div>
|
|
</template>
|
|
<script setup lang="ts">
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
</style>
|