v-pre
-
Does not expect expression
-
Usage
Skip compilation for this element and all its children. You can use this for displaying raw mustache tags. Skipping large numbers of nodes with no directives on them can also speed up compilation.
-
Example:
<span v-pre>{{ this will not be compiled }}</span>
Please login to continue.