| 1234567891011121314151617 |
- import { e as extend } from "./index-487cde8c.js";
- import { g as getCurrentInstance } from "./index-5e4623ce.js";
- function useExpose(apis) {
- const instance = getCurrentInstance();
- if (instance) {
- extend(instance.proxy, apis);
- }
- }
- const useScopeId = () => {
- var _a;
- const { scopeId } = ((_a = getCurrentInstance()) == null ? void 0 : _a.vnode) || {};
- return scopeId ? { [scopeId]: "" } : null;
- };
- export {
- useScopeId as a,
- useExpose as u
- };
|