Browse Source

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

genlitex 2 months ago
parent
commit
fa299802ec
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

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