UNPKG

@opentiny/vue-common

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

5 lines (4 loc) 220 B
import vue from './vue3/index'; export * from './vue3/index'; export type { PropType, ExtractPropTypes, DefineComponent, ComponentPublicInstance, SetupContext, ComputedRef, App } from './vue3/index'; export default vue;