vue 中如何直接显示双大括号({{}})
使用 v-pre 指令:
<span v-pre>{{ this will not be compiled }}</span>
可能相关的内容
使用 v-pre 指令:
<span v-pre>{{ this will not be compiled }}</span>