UNPKG

element3

Version:

A Component Library for Vue3

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