Browse Source

refactor:文字省略组件重构;

zhangchong 1 năm trước cách đây
mục cha
commit
8e73c420a8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/TextEllipsis/index.vue

+ 1 - 1
src/components/TextEllipsis/index.vue

@@ -21,7 +21,7 @@
 </template>
 
 <script setup lang="ts">
-import { defineProps, defineExpose, ref, onBeforeMount, watch, computed, nextTick } from 'vue';
+import { ref, onBeforeMount, watch, computed, nextTick } from 'vue';
 
 const props = defineProps({
 	// 文本内容