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

nuxt-content live editing #219

Closed
Barbapapazes opened this issue Jul 2, 2020 · 0 comments · Fixed by #223
Closed

nuxt-content live editing #219

Barbapapazes opened this issue Jul 2, 2020 · 0 comments · Fixed by #223
Assignees
Labels
bug Something isn't working

Comments

@Barbapapazes
Copy link
Contributor

Version

@nuxt/content: 1.4.0
nuxt: 2.13.2

Steps to reproduce

  • run npm run dev

  • observe the html of nuxt-content

  • run npm run build && npm run export && npm run serve

  • observe the html of nuxt-content

What is Expected?

When I create an id on the nuxt-content component, I expected to found the id on the tag with nuxt-content class. And I works, but only in production mode.
With this
image
I expected this
image

What is actually happening?

Because of live-editing, on development, the id is on the tag with nuxt-content-container.
image

@Barbapapazes Barbapapazes added the bug Something isn't working label Jul 2, 2020
@benjamincanac benjamincanac self-assigned this Jul 3, 2020
@benjamincanac benjamincanac linked a pull request Jul 3, 2020 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants