// style 标签里面插入 v-cloak 样式, 然后在html中绑定 app 的标签上添加 v-cloak 属性
<style> [v-cloak] { display: none; } </style> <div id="app1" v-cloak> </div>