소스 검색

admin-2025-02-24 07:17:14

genlitex 2 달 전
부모
커밋
fa299802ec
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

@@ -3,6 +3,9 @@
   <router-view/>
 </template>
 
+
+
+
 <script setup>
 import Navbar from './components/Navbar.vue';
 </script>