-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
propagate ComponentCustomOptions
through ComponentCustomBase
(fix #2332)
#2333
propagate ComponentCustomOptions
through ComponentCustomBase
(fix #2332)
#2333
Conversation
✅ Deploy Preview for vue-router canceled.
|
I noticed the same across several of my Nuxt apps after updating dependencies. Pinning to 4.4.0 fixed the issue. |
In my experience, if the dependencies in the project are written as Only one of these two ways will work, and '@vue/runtime-core' always win (I'm not familiar with Typescript) You can check whether your dependency has such a situation. When I completely replace it with More information youzan/vant#13067 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created a reproduction of the issue at #2341.
50c0bbb
to
3664fb1
Compare
… to `ComponentCustomOptions`
3664fb1
to
b921f0e
Compare
@danielroe @posva I believe I've figured out what was missing when augmenting the |
ComponentCustomOptions
through ComponentCustomBase
(fix #2332)
So what's the ultimate solution? |
Partially reverts #2295