diff --git a/hwe/a_emperior.php b/hwe/a_emperior.php
index 090f7b24..b952a1a1 100644
--- a/hwe/a_emperior.php
+++ b/hwe/a_emperior.php
@@ -20,6 +20,7 @@ increaseRefresh("왕조일람", 1);
= WebUtil::printJS('../d_shared/common_path.js') ?>
= WebUtil::printCSS('../d_shared/common.css') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', 'common') ?>
diff --git a/hwe/a_emperior_detail.php b/hwe/a_emperior_detail.php
index cba4f4d9..024ea9b5 100644
--- a/hwe/a_emperior_detail.php
+++ b/hwe/a_emperior_detail.php
@@ -28,6 +28,7 @@ $serverID = $emperior['server_id'] ?? ($emperior['serverID'] ?? null);
= UniqueConst::$serverName ?>: 왕조일람
= WebUtil::printCSS('../d_shared/common.css') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', 'common', true) ?>
diff --git a/hwe/a_genList.php b/hwe/a_genList.php
index a0a15c68..d1bcdf0d 100644
--- a/hwe/a_genList.php
+++ b/hwe/a_genList.php
@@ -47,6 +47,7 @@ if ($gameStor->isunited) {
= WebUtil::printCSS('../d_shared/common.css') ?>
= WebUtil::printJS('../d_shared/common_path.js') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', 'common') ?>
diff --git a/hwe/a_hallOfFame.php b/hwe/a_hallOfFame.php
index 15f48b1f..a3a09885 100644
--- a/hwe/a_hallOfFame.php
+++ b/hwe/a_hallOfFame.php
@@ -49,6 +49,7 @@ if ($scenarioIdx && key_exists($scenarioIdx, $scenarioList[$seasonIdx] ?? [])) {
= WebUtil::printCSS('../d_shared/common.css') ?>
= WebUtil::printJS('../d_shared/common_path.js') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', ['common', 'hallOfFame']) ?>
diff --git a/hwe/a_kingdomList.php b/hwe/a_kingdomList.php
index 0f2c6a25..ff3f5c0a 100644
--- a/hwe/a_kingdomList.php
+++ b/hwe/a_kingdomList.php
@@ -32,6 +32,7 @@ if ($con >= 2) {
= WebUtil::printJS('../d_shared/common_path.js') ?>
= WebUtil::printCSS('../d_shared/common.css') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', ['common', 'extKingdoms']) ?>
= WebUtil::printStaticValues($gameStor->getValues(['killturn', 'autorun_user', 'turnterm'])) ?>
diff --git a/hwe/a_npcList.php b/hwe/a_npcList.php
index e226c29c..97e11290 100644
--- a/hwe/a_npcList.php
+++ b/hwe/a_npcList.php
@@ -30,6 +30,7 @@ $sel[$type] = "selected";
= WebUtil::printJS('../d_shared/common_path.js') ?>
= WebUtil::printCSS('../d_shared/common.css') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', ['common']) ?>
diff --git a/hwe/a_traffic.php b/hwe/a_traffic.php
index 106e9397..c1542baf 100644
--- a/hwe/a_traffic.php
+++ b/hwe/a_traffic.php
@@ -83,6 +83,7 @@ if ($admin['maxonline'] < $curonline) {
}
= WebUtil::printJS('../d_shared/common_path.js') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', ['common']) ?>
diff --git a/hwe/b_betting.php b/hwe/b_betting.php
index eee4b571..f3cd0e14 100644
--- a/hwe/b_betting.php
+++ b/hwe/b_betting.php
@@ -119,6 +119,7 @@ if ($str3) {
= WebUtil::printJS('../d_shared/common_path.js') ?>
= WebUtil::printCSS('../d_shared/common.css') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', ['common', 'betting']) ?>
= WebUtil::printStaticValues([
'staticValues'=>[
diff --git a/hwe/b_genList.php b/hwe/b_genList.php
index 1a591fa9..1e69b06a 100644
--- a/hwe/b_genList.php
+++ b/hwe/b_genList.php
@@ -57,6 +57,7 @@ $templates = new \League\Plates\Engine('templates');
= WebUtil::printCSS('../d_shared/common.css') ?>
= WebUtil::printJS('../d_shared/common_path.js') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', ['common']) ?>
diff --git a/hwe/b_myBossInfo.php b/hwe/b_myBossInfo.php
index f2f3b725..e4e64253 100644
--- a/hwe/b_myBossInfo.php
+++ b/hwe/b_myBossInfo.php
@@ -54,6 +54,7 @@ if ($meLevel >= 5) {
var chiefStatMin = = GameConst::$chiefStatMin ?>;
var myLevel = = $meLevel ?>;
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', ['common', 'bossInfo']) ?>
"selected"];
= WebUtil::printCSS('../d_shared/common.css') ?>
= WebUtil::printJS('../d_shared/common_path.js') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', ['common', 'extExpandCity']) ?>
diff --git a/hwe/b_myGenInfo.php b/hwe/b_myGenInfo.php
index 8d2a6c7d..a33f2ff2 100644
--- a/hwe/b_myGenInfo.php
+++ b/hwe/b_myGenInfo.php
@@ -48,6 +48,7 @@ if ($gameStor->isunited) {
= WebUtil::printCSS('../d_shared/common.css') ?>
= WebUtil::printJS('../d_shared/common_path.js') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', ['common']) ?>
diff --git a/hwe/b_myKingdomInfo.php b/hwe/b_myKingdomInfo.php
index 39c7ccc0..e0de4656 100644
--- a/hwe/b_myKingdomInfo.php
+++ b/hwe/b_myKingdomInfo.php
@@ -31,6 +31,7 @@ if ($nationID == 0) {
= WebUtil::printJS('../d_shared/common_path.js') ?>
= WebUtil::printCSS('../d_shared/common.css') ?>
+ = WebUtil::printDist('vue', [], true) ?>
= WebUtil::printDist('ts', ['common']) ?>