|
<template>
|
|
<div class="h-[300px] flex items-center">
|
|
<n-empty description="你什么也找不到">
|
|
<!-- <template #extra>
|
|
<n-button size="small"> 看看别的 </n-button>
|
|
</template> -->
|
|
暂无作品
|
|
</n-empty>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|
|
|
|
<style scoped></style>
|