vue 中如何直接显示双大括号({{}})
本文发布于 4 年前,部分内容可能已经失去参考价值。
使用 v-pre 指令:
<span v-pre>{{ this will not be compiled }}</span>
可能相关的内容
使用 v-pre 指令:
<span v-pre>{{ this will not be compiled }}</span>