UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 156 B
import ElLink from './src/Link.vue' /* istanbul ignore next */ ElLink.install = function (app) { app.component(ElLink.name, ElLink) } export { ElLink }