UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 170 B
import ElTabPane from './TabPane' /* istanbul ignore next */ ElTabPane.install = function (app) { app.component(ElTabPane.name, ElTabPane) } export default ElTabPane