class
uses any
type
#7826
trajano
started this conversation in
General Discussions
Replies: 1 comment
-
I'm looking at core/packages/shared/src/normalizeProp.ts Lines 69 to 75 in 98f1934 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just restarted doing Vue again coming from React Native and this time I am doing Vue3 with composition API and Typescript.
One of the things that I noticed but it could be a mistake on my part (which is why I didn't open a bug report yet) was the
class
attribute appears to be coerced to become theany
type.I was thinking... shouldn't it be
string | Record<string, boolean>
something likeBeta Was this translation helpful? Give feedback.
All reactions