UNPKG

vue-text-marquee

Version:

> [Online Demo](https://satrong.github.io/vue-text-marquee/dist/index.html)

9 lines (7 loc) 193 B
import TextMarquee from './src/components/TextMarquee.vue'; export const VTextMarquee = TextMarquee; export default { install(Vue) { Vue.component(TextMarquee.name, TextMarquee); } };