Browse Source

Update index.tsx

lex 8 months ago
parent
commit
68f1a9825b
1 changed files with 1 additions and 1 deletions
  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'