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

11 lines (10 loc) 261 B
"use strict"; const vue = require("vue"); const id = require("./id-8e80f112.js"); function useId() { const id$1 = vue.ref(); vue.onMounted(() => id$1.value = id.createId()); return id$1; } exports.useId = useId; //# sourceMappingURL=useId-31db4781.js.map