pujiaming 2 年之前
父节点
当前提交
abd26708be
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/components/vantList.vue

+ 0 - 1
src/components/vantList.vue

@@ -18,7 +18,6 @@
 </template>
 
 <script setup lang="ts">
-import { showNotify } from 'vant'
 import { ref } from 'vue'
 const list = ref<any[]>([])
 const refreshing = ref(false)