20 lines
367 B
JavaScript
20 lines
367 B
JavaScript
|
import {
|
||
|
getCurrentInstance
|
||
|
} from "./chunk-I4KGD5X4.js";
|
||
|
|
||
|
// node_modules/vuetify/lib/composables/scopeId.mjs
|
||
|
function useScopeId() {
|
||
|
const vm = getCurrentInstance("useScopeId");
|
||
|
const scopeId = vm.vnode.scopeId;
|
||
|
return {
|
||
|
scopeId: scopeId ? {
|
||
|
[scopeId]: ""
|
||
|
} : void 0
|
||
|
};
|
||
|
}
|
||
|
|
||
|
export {
|
||
|
useScopeId
|
||
|
};
|
||
|
//# sourceMappingURL=chunk-35WI6QQQ.js.map
|