UNPKG

@opentiny/vue-renderless

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

10 lines (9 loc) 191 B
import "../chunk-G2ADBYYC.js"; const handleClick = ({ emit, props, state }) => (event) => { if (!state.disabled && !props.href) { emit("click", event); } }; export { handleClick };