Explorar o código

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

suwenjiang hai 2 meses
pai
achega
934d252a54
Modificáronse 1 ficheiros con 0 adicións e 8 borrados
  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: '暂无数据'