Skip to content
Discussion options

You must be logged in to vote

Nova uses Inertia.js internally. I spoke with its creator and this is expected behavior even though Vue 3 supports multiple root elements. Inertia expects to mount a single component and pass it the necessary data. It's recommended to use a single root element for Inertia pages. Any components used from then on will support using multiple ones, but the top-level must be a single element.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@degecko
Comment options

Answer selected by davidhemphill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #4449 on June 19, 2022 07:48.