Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 011f186

Browse files
committed
fix: type def from vue
1 parent 89e5c07 commit 011f186

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Wrap.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { h } from 'vue'
2-
import { defineComponent } from 'vue-demi'
1+
import { defineComponent, h } from 'vue'
32
import { FlexHelper, WrapI } from './Flex'
43

54
export const Wrap = ({

0 commit comments

Comments
 (0)