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.

16 lines (15 loc) 263 B
import "../chunk-G2ADBYYC.js"; const api = ["state"]; const renderless = (props, { reactive, inject }) => { const state = reactive({ isActive: inject("animated", false) }); const api2 = { state }; return api2; }; export { api, renderless };