fix: non vue page css 누락

This commit is contained in:
2022-07-27 22:37:27 +09:00
parent 420ae2f45b
commit a06c574327
13 changed files with 13 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ if ($admin['maxonline'] < $curonline) {
}
</style>
<?= WebUtil::printJS('../d_shared/common_path.js') ?>
<?= WebUtil::printDist('vue', [], true) ?>
<?= WebUtil::printDist('ts', ['common']) ?>
</head>