[Vue warn]: Component is missing template or render function.
Version
3.2.33
Reproduction link
Steps to reproduce
- git clone https://github.com/HHN0609/vue-report.git
- cd vue-report
- npm install
- npm run dev
- if it goes will, you can see "123123" in your browser.
- open App.vue in vue-report/demo/src
- type some code even annotation into ""
- you will find that "123123" disappear. And press the F12, there is a warning in the console which is the same as this issue title
What is expected?
After typing some codes into