UNPKG

@reputex/vue-widget

Version:

Vue widget by the ReputeX team for displaying ReputeX scores of users.

9 lines 274 B
import { applyPolyfills, defineCustomElements } from '@reputex/stencil-library/loader'; export const ComponentLibrary = { async install() { applyPolyfills().then(() => { defineCustomElements(); }); }, }; //# sourceMappingURL=plugin.js.map