We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e17b8 commit 1269feaCopy full SHA for 1269fea
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-screener",
3
- "version": "0.15.21",
+ "version": "0.15.22",
4
"type": "module",
5
"description": "Easily search and filter data in Vue3.",
6
"author": "Francis Ashley",
src/components/VueScreener.vue
@@ -49,7 +49,7 @@ import { twMerge } from 'tailwind-merge'
49
const props = withDefaults(
50
defineProps<{
51
screener?: IVueScreener
52
- data?: any[]
+ data?: any[] | null
53
class?: string
54
// options
55
contentHeight?: string
0 commit comments