1.v-if,v-else、v-else-if满足条件才渲染template2.v-show仅为修改该元素的css属性(display)不支持template3.区分4. v-if > v-for 执行优先级