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 770bb47 commit 3556ef1Copy full SHA for 3556ef1
README.md
@@ -52,6 +52,7 @@ You can use it or take it as base for your own styling.
52
## Supported Inputs
53
54
- Calendar
55
+- CascadeSelect
56
- Checkbox
57
- Dropdown
58
- Editor (HTML Editor)
src/components/app/AppFooter.vue
@@ -4,7 +4,7 @@ const version = ref(import.meta.env.VITE_APP_VERSION)
4
5
<template>
6
<div class="mt-8 layout-footer text-center text-gray-700">
7
- <span class="font-medium ml-2">Formkit (1.5) - PrimeVue (3.47) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2024</span>
+ <span class="font-medium ml-2">Formkit (1.5) - PrimeVue (3.48) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2024</span>
8
</div>
9
</template>
10
0 commit comments