fix: installVue3Components() 호출부 통일

This commit is contained in:
2023-03-26 00:48:05 +09:00
parent 994c73adb2
commit 7132aeab0c
7 changed files with 17 additions and 18 deletions
+4 -2
View File
@@ -10,11 +10,13 @@ import { insertCustomCSS } from "./util/customCSS";
import { installVue3Components } from "./util/installVue3Components";
declare const query:{
generalID?: number;
};
auto500px();
htmlReady(() => {
insertCustomCSS();
});
installVue3Components(createApp(PageBattleCenter)).mount('#app');
installVue3Components(createApp(PageBattleCenter, query)).mount('#app');