Nuxt 초기 세팅 추가
This commit is contained in:
17
components/site/RightSidebar.vue
Normal file
17
components/site/RightSidebar.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<aside class="right-sidebar hidden w-[287px] lg:block">
|
||||
<div class="right-sidebar__block py-5 pl-5 pr-0">
|
||||
<p class="right-sidebar__eyebrow text-xs font-semibold uppercase text-muted">
|
||||
Portal
|
||||
</p>
|
||||
<div class="right-sidebar__links mt-4 grid gap-3 text-sm">
|
||||
<NuxtLink class="right-sidebar__link hover:text-muted" to="/pages/projects">
|
||||
Projects
|
||||
</NuxtLink>
|
||||
<NuxtLink class="right-sidebar__link hover:text-muted" to="/pages/contact">
|
||||
Contact
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
</template>
|
||||
Reference in New Issue
Block a user