-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what about enumeratedAttr?currently as a base attribute is feasible? #8689
Comments
I honestly don't understand what you wrote or if there is anything actionable here Maybe you could use the forum or the Discord server the discuss about this and come back with a different formulation 🙂 |
I guess it's about vuejs/core#1350 (comment) |
|
Hi @MurakamiKennzo ; I know this is old issues but we met some errors like this. Error is:
And the code is:
And, we hadn't found any result about this error. We use nuxt.js v2.15.7 and vue-lazy-hydration v2.0.0-beta.4 (latest version). We get this error on almost all pages. Did you able to be figured this error out before? |
maybe you need replace if not, where's your |
What problem does this feature solve?
hi, I'm very happy to use vue to build my app. and now I will start to read some source code, and I find in html attributes, there is isEnumeratedAttr exist, and I think treat it as a base attribute is feasible, although some unreasonable maybe? can anyone help me?
here is what the function use:
What does the proposed API look like?
delete isEnumeratedAttr, treat it as base attribute maybe.
The text was updated successfully, but these errors were encountered: