Изменила архитектуру проекта

This commit is contained in:
Daria Golova
2022-10-11 14:22:26 +03:00
parent d1d6ac73fc
commit 7aff71ed86
12 changed files with 29 additions and 29 deletions

View File

@@ -7,15 +7,15 @@
</template>
<script>
import TheHeader from "@/components/theComponents/TheHeader";
import TheSidebar from "@/components/theComponents/TheSidebar";
import TheHeader from "@/components/TheHeader";
import TheSidebar from "@/components/TheSidebar";
export default {
name: 'App',
components: {TheHeader, TheSidebar}
}
</script>
<style lang="sass">
<style lang="sass" scoped>
#app
height: 100%
width: 100%