8 lines
No EOL
212 B
JavaScript
8 lines
No EOL
212 B
JavaScript
/* 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
|