группировка по папкам + удоление источников
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
10
src/App.vue
10
src/App.vue
@@ -1,10 +1,10 @@
|
||||
<script setup>
|
||||
import { onMounted, ref, watch } from "vue";
|
||||
import All_new_section from "./components/All_new_section.vue";
|
||||
import General_section from "./components/General_section.vue";
|
||||
import Setings from "./components/Setings.vue";
|
||||
import Authe from "./components/Authe.vue";
|
||||
import Istochnik from "./components/Istochnik.vue";
|
||||
import All_new_section from "./components/Naw_bar/All_new_section.vue";
|
||||
import General_section from "./components/News_section/General_section.vue";
|
||||
import Setings from "./components/Settings_section/Setings.vue";
|
||||
import Authe from "./components/Autherization/Authe.vue";
|
||||
import Istochnik from "./components/Istochnik_section/Istochnik.vue";
|
||||
|
||||
// Инициализация темы при загрузке приложения
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user