const props = defineProps({ category: String, data: Array, }) // kvuli reaktivite, destructions neni reaktivni ... const { data, category } = toRefs(props)