Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mixins.js 337B

12345678910
  1. /* eslint-disable max-len, import/export, no-use-before-define */
  2. import Vue from 'vue';
  3. export default function mixins() {
  4. for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
  5. args[_key] = arguments[_key];
  6. }
  7. return Vue.extend({ mixins: args });
  8. }
  9. //# sourceMappingURL=mixins.js.map