为什么vue template中的组件属性不支持注释 why vue component cant comment out specific attributes #9764
Answered
by
baiwusanyu-c
Syntax-J
asked this question in
Help/Questions
-
|
Beta Was this translation helpful? Give feedback.
Answered by
baiwusanyu-c
Dec 7, 2023
Replies: 1 comment
-
因为vue的template是遵循HTML规范的,这与tsx不同,在HTML中不允许这样的注释 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Syntax-J
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
因为vue的template是遵循HTML规范的,这与tsx不同,在HTML中不允许这样的注释