UNPKG

vue-multifunction-typed

Version:

vue-multifunction-typed for vue3,lightweight typing effect plug-in

6 lines 156 B
import EasyTyped from "./EasyTyped.vue"; export default { install: (app, options) => { app.component('vue-easy-typed', EasyTyped); } };