UNPKG

text-scroll

Version:
9 lines (5 loc) 168 B
import textScroll from './components/vue-text-scroll.vue'; textScroll.install = (Vue) => { Vue.component('text-scroll', textScroll); }; export default textScroll;