pujiaming 2 anni fa
parent
commit
abd26708be
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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)