import commonFunctions from '~/mixin/commonFunctions.js';
export default {
  methods: {
    mixins: [commonFunctions],
  },
};