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) 242 B
import { default as vue } from './vue3/index'; export * from './vue3/index'; export type { PropType, ExtractPropTypes, DefineComponent, ComponentPublicInstance, SetupContext, ComputedRef, App, VNode } from './vue3/index'; export default vue;