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
Reproduction was made in SFC Playground, but you can't reproduce bug there.
Reproduction is very simple (only 2 components) so you can bring it to newly created project (npm init vue@latest).
The text was updated successfully, but these errors were encountered:
Vue version
3.3.2
Link to minimal reproduction
https://play.vuejs.org/#eNp9U22P2jAM/itWNgmQSqvtvnUF3aR92aZJ07Zv9KTrtYbLrk2iJLAh1P8+O325DhAgaB3bz2M/dk7iozHxYY8iFZnHxtSFx3WuALJvx1/FU42QVoUvVrngRy6Cj7xDLLyR1bLEuqaIE0g6hnaMApBVCqfuPJYVtG2fnky4LhBV0eANTHa/orJ1HZfNvgmyzij5m7nSSuPBod8bqAu1I0LvApVsjLYeBhG2Vjcwiwc8Vmz2gTFKrZwH1gZWsGFSqouafhf1dc6+6Gc1gzbK1QNlZElHShQiEh3LsilM/NtpRUM4MUTeO6gUarRrLRfEyXYunr03Lk2SvTIvu7jUTXJPvsTulZekXKWb+7v4Ln6fVNL56XGMrlk+Wf3HoSXCXFBRI3ZChwe0S4uqQov2JtdZ7JTvzHXByZQ0rpban6h5sX80vUoexqF3JhyWW21pSmEp9DYIP1mNPtLV2sP/Z/wZkueHot5jBC94XIBUYY9ycSUh5RFSwuPbE8VC4eAT8X2m8K94bMOKPl5PZMi+zIuAZNoUaTY0ObyfLXH3u7GtsEOFVpZkTsoD/OtpBA6ct1LtorH00fEDS22rbJITQaGO66BnTtPbSoXfrTYu63eQ1U5HoA3vc7ueL8JF8EeD8JOEd3QR+vgNq0YCk36Xwj2kMDeMTiseRvCKDO0CVmsuhhlC9101AT8L/wPv5EIBiPYfB5+NuQ==
Steps to reproduce
In the
App.vue
you can see the problem.What is expected?
In
App.vue
i expect the following:MyTable
as component (highlight it).MyTable
slots.MyTable.vue
definition.What is actually happening?
MyTable
as component at all (it does not highlight it).MyTable
slots.any
type.System Info
Any additional comments?
Reproduction was made in SFC Playground, but you can't reproduce bug there.
Reproduction is very simple (only 2 components) so you can bring it to newly created project (
npm init vue@latest
).The text was updated successfully, but these errors were encountered: