Closed
Description
Version
2.7.7
Reproduction link
Steps to reproduce
- Clone the repo
- Run
pnpm i
- Run
pnpm dev
What is expected?
Kebab-case component can be rendered.
What is actually happening?
Kebab-case component can't be rendered. But when I delete ref sentence, it works.
Is it a bug?
It can work in vue3.
It also can work in vue2.6 + vue-composition-api.