This repository has been archived by the owner on May 17, 2024. It is now read-only.
Decide the nature of the menu and footer components and extend it when required #2387
Locked
delapuente
started this conversation in
General
Replies: 2 comments
-
From the definition given in Vue docs, I follow that base components are relatively simple, like small wrappers. I don't think the site footer and menu are simple components at all. However, they do fall under the once per page category so I think they should be singleton components prefixed with Thoughts @y4izus? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Decide if the current
AppFooter
andTheMenu
are Single Instance components or Base components and rename accordingly. Extend this pattern where it is needed.Beta Was this translation helpful? Give feedback.
All reactions