Skip to content

Commit 1269fea

Browse files
committed
feat: update type
1 parent f8e17b8 commit 1269fea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-screener",
3-
"version": "0.15.21",
3+
"version": "0.15.22",
44
"type": "module",
55
"description": "Easily search and filter data in Vue3.",
66
"author": "Francis Ashley",

src/components/VueScreener.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import { twMerge } from 'tailwind-merge'
4949
const props = withDefaults(
5050
defineProps<{
5151
screener?: IVueScreener
52-
data?: any[]
52+
data?: any[] | null
5353
class?: string
5454
// options
5555
contentHeight?: string

0 commit comments

Comments
 (0)