-
Notifications
You must be signed in to change notification settings - Fork 4
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
avoid code duplication in page components #291
Comments
Suggestion:
app.vue
We need to make the page parameter to getPageLayout optional and default to useDrupalCe().getPage() if not given to make it this short.
|
layout handling has test-coverage already, but metadata handling has not. thus added it: #295 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When adding multiple page components, as done since #290, there are quite some duplicate code parts in the setup helper. Let's provide some composables to void this code duplication.
The text was updated successfully, but these errors were encountered: