Browse Source

Merge branch 'iteration-20240627-scroll' into jenkins

lex 1 năm trước cách đây
mục cha
commit
d43a8c98c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'