UNPKG

element3

Version:

A Component Library for Vue3

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