UNPKG

@shopware-ag/meteor-component-library

Version:

The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).

12 lines (11 loc) 254 B
import { ref, onMounted } from "vue"; import { c as createId } from "./id-1e5b8276.mjs"; function useId() { const id = ref(); onMounted(() => id.value = createId()); return id; } export { useId as u }; //# sourceMappingURL=useId-90f9ff46.mjs.map