pujiaming hace 2 años
padre
commit
abd26708be
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)