-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: make Layout setting cumulative #129
Conversation
BREAKING CHANGE: The `Layout` setting cannot be overriden anymore because it's now cumulative, see: - https://vike.dev/Layout#multiple-layouts - https://vike.dev/Layout#nested-layouts
I would go with a merge for this one (because it works as expected) and after that start tweaking |
👍 Let me know what you find and PR welcome. |
Let's release after we merge |
Released in |
Main commit: 346981c. (The other commits merely do some refactoring and add a nested layout example.)
Context:
Layout
cumulative vike-react#119@pdanpdan Do the changes to
createVueApp.ts
look good to you? I did some refactoring. Btw. I've been wondering: how about we useshallowRef()
instead ofref
insidecreateVueApp.ts
?