-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Description
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 "<script setup lang="ts"></script>"
- 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 <script> tag, the "123123" should still appear.
What is actually happening?
After typing some codes into <script> tag, the "123123" disappear.
I think vue3 can not operate with typescript perfectly. It still need to be improved.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels