From 356250ba8cd42cefa2af649ffa70f21259596cf1 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 25 Dec 2021 22:55:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=82=AC=EB=A0=B9=EB=B6=80=EC=97=90=205?= =?UTF-8?q?00px=20=EC=A0=84=ED=99=98=20=EC=BD=94=EB=93=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/v_chiefCenter.ts | 3 +++ 1 file changed, 3 insertions(+) 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,