3.2.26
interface Props { error2: any } const props = defineProps<Props>() const { error2 } = toRefs(props)
error2 should be Ref<any>.
error2
Ref<any>
error2 is any.