Appearance
Skip compilation for this element and all its children.
<span v-pre>{{ this will not be compiled }}</span>
Inside the element with v-pre, all pocket-vue syntax (mustache tags, directives) will be ignored and rendered as-is. This is useful for displaying raw mustache tags.
v-pre