UNPKG

@ecip/ecip-web

Version:

A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features

14 lines (10 loc) 228 B
import waves from './waves' const install = function(Vue) { Vue.directive('waves', waves) } if (window.Vue) { window.waves = waves Vue.use(install); // eslint-disable-line } waves.install = install export default waves