UNPKG

vue-flip-counter

Version:
6 lines (4 loc) 136 B
import FlipCounter from './components/index.vue' export default function install(Vue) { Vue.component('FlipCounter', FlipCounter); }