diff --git a/hwe/ts/v_chiefCenter.ts b/hwe/ts/v_chiefCenter.ts index 869b8cbd..0ce8a01b 100644 --- a/hwe/ts/v_chiefCenter.ts +++ b/hwe/ts/v_chiefCenter.ts @@ -4,11 +4,14 @@ import BootstrapVue3 from 'bootstrap-vue-3' import 'bootstrap-vue-3/dist/bootstrap-vue-3.css' import { setAxiosXMLHttpRequest } from '@util/setAxiosXMLHttpRequest'; import Multiselect from 'vue-multiselect'; +import { auto500px } from './util/auto500px'; declare const maxChiefTurn: number; setAxiosXMLHttpRequest(); +auto500px(); + createApp(PageChiefCenter, { maxChiefTurn,