Skip to content

Issue - #104

Open
PranayChintakunta wants to merge 2 commits into
stagefrom
102-refactor-move-layout-into-appvue-and-wrap-with-uapp
Open

Issue #104
PranayChintakunta wants to merge 2 commits into
stagefrom
102-refactor-move-layout-into-appvue-and-wrap-with-uapp

Conversation

@PranayChintakunta

@PranayChintakunta PranayChintakunta commented Jul 25, 2026

Copy link
Copy Markdown

close #102

Description

Moved the layout into app/app.vue and wrapped the whole app in for Nuxt UI.

Acceptance Criteria

  • Delete app/layouts/ directory
  • Entire app to be wrapped inside a component

Comment thread app/app.vue Outdated
</template>

<script setup lang="ts">
import NavBar from '~/components/layout/NavBar.vue'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Don't need to import this, Nuxt will auto-import

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Okay, fixed.

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