UNPKG

press-ui

Version:

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

10 lines (8 loc) 225 B
import { processEvent } from './events'; export const baseMixin = { methods: { $trigger(name, $event, detail) { this.$emit(name, processEvent.call(this, name, $event, detail, this.$el, this.$el)); }, }, };