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/).

1 lines 411 B
{"version":3,"file":"useId-90f9ff46.mjs","sources":["../src/composables/useId.ts"],"sourcesContent":["import { onMounted, ref } from \"vue\";\nimport { createId } from \"@/utils/id\";\n\nexport function useId() {\n const id = ref();\n onMounted(() => (id.value = createId()));\n\n return id;\n}\n"],"names":[],"mappings":";;AAGO,SAAS,QAAQ;AACtB,QAAM,KAAK;AACX,YAAU,MAAO,GAAG,QAAQ,SAAW,CAAA;AAEhC,SAAA;AACT;"}