render rendering issues #8723
Unanswered
GengHe
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code is as follows
HelloWord.vue
The el-button component is registered globally,The rendering result is
<el-button>Default</el-button>
.Instead of<button aria-disabled="false" type="button" class="el-button"><!--v-if--><span class="">Default</span></button>
.Help how to solve this problem.
Beta Was this translation helpful? Give feedback.
All reactions