UNPKG

aos-element

Version:

A Component Library for Vue.js.

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