UNPKG

birdpaper-ui

Version:

一个通用的 vue3 UI组件库。A common vue3 UI component library.

8 lines (7 loc) 139 B
const DEFAULT_PREFIX = "Bp"; const getComponentsPrefix = (name) => { return name ?? DEFAULT_PREFIX; }; export { getComponentsPrefix };