Directive v-pre

Inside the element with v-pre, all Vue template
syntax will be preserved and rendered as-is. The
most common use case of this is displaying raw
mustache tags.

<span v-pre>{{ this will not be compiled }}</span>