1. Vue实例对象: app.$data.aaa = app.aaa , app.$options 动态绑定
不动态加入: <p v-once>{{msg}}</p>
2. 避免使用 vue 的 v-html 指令 : https://www.imooc.com/article/293826