<code v-show="false" v-text="an_empty_string_variable">{{ a = b.c.d.e }}</code>
an_empty_string_variable 是一个空字符串常量,此行之后的view里就可以用a来代替b.c.d.e了。