<ul>
<li>language</li>
< v-if= "tree()"> //which tag I may use or any other process
<li>home</li>
<li>about</li>
<>
< v-else> //which tag I may use or any other process
<li>accounts</li>
<li>listing</li>
<>
</ul>'
Run Code Online (Sandbox Code Playgroud)
在V-if我可能使用的html标签或任何其他vue.js过程中使用它.
vue.js ×1