You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|