UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

11 lines (10 loc) 172 B
import { reactive as s } from "vue"; const c = (e, t) => { const r = s({}); for (const o of t) o && (r[o] = e[o]); return r; }; export { c as useFilterProps };