소스 검색

feat:1.Empty 空组件重新封装加了一个title

suwenjiang 2 달 전
부모
커밋
934d252a54
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      src/components/Empty/index.vue

+ 0 - 8
src/components/Empty/index.vue

@@ -6,14 +6,6 @@
 
 <script setup>
 defineProps({
-  // top: {
-  //   type: String,
-  //   default: '100'
-  // },
-  // bottom: {
-  //   type: String,
-  //   default: '0'
-  // },
   title: {
     type: String,
     default: '暂无数据'