UNPKG

vue

Version:

Simple, Fast & Composable MVVM for building interactive interfaces

9 lines (8 loc) 152 B
export default { bind () { var el = this.el this.vm.$once('pre-hook:compiled', function () { el.removeAttribute('v-cloak') }) } }