You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<scriptsetuplang="ts">interfaceMyTextAreaInputextends/* @vue-ignore */TextareaHTMLAttributes {// prevent accidentally using min/max instead of minlength/maxlength min?:never; // <- 'min' of property found, but never used. max?:never; // <- 'max' of property found, but never used.}defineProps<MyTextAreaInput>()</script>
I realize it is very unusual to use type never as a prop type. So not very important issue.
The text was updated successfully, but these errors were encountered:
What did you do?
I realize it is very unusual to use type
never
as a prop type. So not very important issue.The text was updated successfully, but these errors were encountered: