UNPKG

@danielkalen/simplybind

Version:

Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.

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