scripts.node_modules.vue.src.compiler.directives.index.js Maven / Gradle / Ivy
The newest version!
/* @flow */
import on from './on'
import bind from './bind'
import { noop } from 'shared/util'
export default {
on,
bind,
cloak: noop
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy