Skip to content

Commit 54e8dc6

Browse files
committed
feat: remove unused imports of defineProps in FormKitIcon, FormKitPrefix, and FormKitSuffix components
1 parent 7dcd135 commit 54e8dc6

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/components/FormKitIcon.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<script setup lang="ts">
22
import type { PropType } from 'vue'
3-
import { defineProps } from 'vue'
43
54
export interface FormKitIconProps {
65
onIconPrefixClicked?: () => void

src/components/FormKitPrefix.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script setup lang="ts">
2-
import { defineProps } from 'vue'
3-
42
defineProps({
53
prefix: String,
64
})

src/components/FormKitSuffix.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script setup lang="ts">
2-
import { defineProps } from 'vue'
3-
42
defineProps({
53
suffix: String,
64
})

0 commit comments

Comments
 (0)