index.js 359 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13
import Api from '~/service/Api';
import buildFn from '../event/buildCommons.js';
import Utils from "~/utils/index"
import commonFunctions from '~/mixin/commonFunctions.js';
import Pts from '~/components/business/commonModel/Pts';
import dateFormat from '@/util/date/dateFormat.js';

export default {
  mixins: [commonFunctions, buildFn],
  methods: {

  },
};