Type '{ bar: ReactiveVariable<string>; modelValue: ReactiveVariable<number>; }' is not assignable to type 'IntrinsicAttributes & { readonly bar: string; readonly "onUpdate:title"?: ((title: string) => any) | undefined; readonly "onUpdate:modelValue"?: ((modelValue: number) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>'.