Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
/frameworkPublic archive

feat: allow customizing root id and tag - #8883

Merged
pi0 merged 1 commit into
mainfrom
feat/app-custom-root
Nov 10, 2022
Merged

feat: allow customizing root id and tag#8883
pi0 merged 1 commit into
mainfrom
feat/app-custom-root

Conversation

@pi0

@pi0pi0 commented Nov 10, 2022

Copy link
Copy Markdown
Member

🔗 Linked issue

Resolvesnuxt/nuxt#15132Resolvesnuxt/nuxt#15312

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

This PR allows customizing root element id and tag:

exportdefaultdefineNuxtConfig({app: {rootId: 'app',rootTag: 'main'}})

Renders Nuxt app into <main id="app">

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@codesandbox

Copy link
Copy Markdown

CodeSandbox logoCodeSandbox logo Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@netlify

netlifyBot commented Nov 10, 2022

Copy link
Copy Markdown

Deploy Preview for nuxt3-docs canceled.

NameLink
🔨 Latest commit86ef507
🔍 Latest deploy loghttps://app.netlify.com/sites/nuxt3-docs/deploys/636cde0d2cda8a0009985520

@pi0
pi0 merged commit 0ff4ebe into mainNov 10, 2022
@pi0
pi0 deleted the feat/app-custom-root branch November 10, 2022 11:41
@pi0pi0 mentioned this pull request Nov 15, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Customize app root element globalName - change __nuxt id as it was in NUXT2

2 participants

@pi0@danielroe