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) 215 B
import "../chunk-G2ADBYYC.js"; const click = ({ props, emit }) => (index) => { const i = props.modelValue === index ? void 0 : index; emit("update:modelValue", i); emit("click", index); }; export { click };