실행환경검사 invoke 오류 수정
This commit is contained in:
@@ -120,6 +120,7 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="gradient-bg min-h-screen">
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
<!-- 헤더 -->
|
||||
|
||||
@@ -383,7 +383,7 @@
|
||||
* 공통 네비게이션 컴포넌트
|
||||
* 서버에서 메뉴 정보를 받아와서 동적으로 네비게이션을 생성합니다.
|
||||
*/
|
||||
class ㄴ {
|
||||
class CommonNavigation {
|
||||
constructor(currentPage = '') {
|
||||
this.currentPage = currentPage;
|
||||
this.menuItems = [];
|
||||
|
||||
Reference in New Issue
Block a user