UNPKG

win-eternal-ui

Version:

A Component Library for Vue 3(仅供测试,别下载)

5 lines (3 loc) 118 B
import type { Plugin } from 'vue' import { wButton} from '@w-ui/components' export default [wButton] as Plugin[]