Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(space-nuxt-starter): move default layout to nuxt-starter #72

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

eunjae-lee
Copy link
Contributor

What?

This PR moves layouts/default.vue from nuxt-base to nuxt-starter. If user has their own layouts/default.vue, then it will override the one from nuxt-base. To avoid this, we should just put the layout in the starter project, so that user can directly update the layout file as they want.

@eunjae-lee
Copy link
Contributor Author

FYI,

<template>
<slot v-if="!config.appBridge.enabled || completed" />
</template>

this part, the typescript fails because it doesn't know our custom AppConfig typing. I will fix this in a separate PR. I tried, but it will likely take some time.

@eunjae-lee eunjae-lee requested a review from BibiSebi July 24, 2024 09:22
@eunjae-lee eunjae-lee merged commit 2ea23c3 into main Jul 24, 2024
1 check passed
@eunjae-lee eunjae-lee deleted the fix/move-layout-to-starter branch July 24, 2024 09:45
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