Sfoglia il codice sorgente

Merge branch 'iteration-20240627-scroll' into jenkins

lex 1 anno fa
parent
commit
d43a8c98c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/col-sticky/index.tsx

+ 1 - 1
src/components/col-sticky/index.tsx

@@ -1,5 +1,5 @@
 import { useRect } from '@vant/use'
-import { defineComponent } from 'vue'
+import { PropType, defineComponent } from 'vue'
 import styles from './index.module.less'
 import { useResizeObserver } from '@vueuse/core'