You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<template>
|
|
<div class="p-5 space-y-5 !bg-gray-100">
|
|
<el-card header="我是头部"> </el-card>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
import { ref } from 'vue';
|
|
</script>
|
|
|
|
<style lang="scss" scoped></style>
|