We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcd135 commit 54e8dc6Copy full SHA for 54e8dc6
src/components/FormKitIcon.vue
@@ -1,6 +1,5 @@
1
<script setup lang="ts">
2
import type { PropType } from 'vue'
3
-import { defineProps } from 'vue'
4
5
export interface FormKitIconProps {
6
onIconPrefixClicked?: () => void
src/components/FormKitPrefix.vue
@@ -1,6 +1,4 @@
-
defineProps({
prefix: String,
})
src/components/FormKitSuffix.vue
suffix: String,
0 commit comments