UNPKG

aos-element

Version:

A Component Library for Vue.js.

6 lines (5 loc) 154 B
import AosDragBox from './src/main.vue'; AosDragBox.install = function(Vue) { Vue.component(AosDragBox.name, AosDragBox); }; export default AosDragBox;