vue.js 105 B

12345
  1. "use strict";
  2. const defineMixin = (options) => {
  3. return options;
  4. };
  5. exports.defineMixin = defineMixin;