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.

15 lines (14 loc) 239 B
import "../chunk-G2ADBYYC.js"; const api = ["state"]; const renderless = (props, { reactive }) => { const api2 = {}; const state = reactive({}); Object.assign(api2, { state }); return api2; }; export { api, renderless };