Skip to content

navigation-menu#31

Open
StefanKosev1 wants to merge 2 commits into
mainfrom
navigation-menu
Open

navigation-menu#31
StefanKosev1 wants to merge 2 commits into
mainfrom
navigation-menu

Conversation

@StefanKosev1
Copy link
Copy Markdown
Collaborator

No description provided.

@@ -0,0 +1,34 @@
<template>
<div class="flex flex-row justify-between text-4xl bg-slate-500 py-8 px-8 pb-16">
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div class="flex flex-row justify-between text-4xl bg-slate-500 py-8 px-8 pb-16">
<div class="flex flex-row justify-between text-4xl bg-primary-black py-8 px-8 pb-16">

</div>


<NavigationMenu />
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Премести компонента в app.vue

<script setup>
import { Icon } from '@iconify/vue';
import { ref } from 'vue';
import NavigationMenu from "./NavigationMenuComponent.vue";
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Добре е NavigationMenuComponent.vue да бъде преместен в собствена директория "components", както страниците са в папка "views"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants