Skip to content

Commit 3556ef1

Browse files
committed
docs(footer): Update PrimeVue version
1 parent 770bb47 commit 3556ef1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ You can use it or take it as base for your own styling.
5252
## Supported Inputs
5353

5454
- Calendar
55+
- CascadeSelect
5556
- Checkbox
5657
- Dropdown
5758
- Editor (HTML Editor)

src/components/app/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const version = ref(import.meta.env.VITE_APP_VERSION)
44

55
<template>
66
<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>
7+
<span class="font-medium ml-2">Formkit (1.5) - PrimeVue (3.48) - FormKit-PrimeVue-Version {{ version }} - sfxcode 2024</span>
88
</div>
99
</template>
1010

0 commit comments

Comments
 (0)