You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is strange that they do not approve this changes.
Component
<template>
<div>
<template v-pre> <---- It's my template
bla-bla I need it later.
</template> But vue break it.
<ul>
<li>Hello
</ul>
</div>
</template>