misc: auto500px, insertCustomCSS 누락된 페이지 정정

This commit is contained in:
2022-04-26 00:33:54 +09:00
parent 8961abea7f
commit 794eaced98
13 changed files with 59 additions and 8 deletions
+5
View File
@@ -5,6 +5,8 @@ import 'bootstrap-vue-3/dist/bootstrap-vue-3.css'
import { setAxiosXMLHttpRequest } from '@util/setAxiosXMLHttpRequest';
import Multiselect from 'vue-multiselect';
import { auto500px } from './util/auto500px';
import { htmlReady } from './util/htmlReady';
import { insertCustomCSS } from './util/customCSS';
declare const maxChiefTurn: number;
@@ -12,6 +14,9 @@ declare const maxChiefTurn: number;
setAxiosXMLHttpRequest();
auto500px();
htmlReady(() => {
insertCustomCSS();
});
createApp(PageChiefCenter, {
maxChiefTurn,