소스 검색

Update index.tsx

lex 1 년 전
부모
커밋
68f1a9825b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'