import waves from './waves' import { PluginObject } from 'vue' ;(waves as any).install = function (Vue: PluginObject) { Vue.directive('waves', waves) } export default waves