github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/themes/wind/static/libs/vue-1.0.24/src/directives/public/cloak.js (about) 1 export default { 2 bind () { 3 var el = this.el 4 this.vm.$once('pre-hook:compiled', function () { 5 el.removeAttribute('v-cloak') 6 }) 7 } 8 }