UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

13 lines (8 loc) 302 B
import { getMPComponentHandler } from '../common/component-handler/mp-handler'; import { DEFAULT_OPTIONS, DEFAULT_KEY } from './default-options'; const Notify = getMPComponentHandler({ defaultOptions: DEFAULT_OPTIONS, defaultKey: DEFAULT_KEY, name: 'press-notify', }); export default Notify;