UNPKG

vuetify-wcag

Version:

VuetifyJS but then WCAG/A11Y compatible

8 lines 212 B
/* eslint-disable max-len, import/export, no-use-before-define */ import Vue from 'vue'; export default function mixins(...args) { return Vue.extend({ mixins: args }); } //# sourceMappingURL=mixins.js.map