Closed kucherenko closed 1 year ago
implement:
Nav.vue
under the components
folder in the project structure.[ ] Add component text - Open the Nav.vue
file and add the text 'Card Memory Game' inside the component.
feature/26-nav-component
Implement task #26 - Nav component
I have created a new Vue component called Nav.vue under the components folder in the ol0lo project. The Nav.vue file contains the necessary HTML and logic to display the name 'Card Memory Game' in the navigation section of the application.
Implement task #26 - Nav component
I have added the Vue component named Nav in components/Nav.vue
file. The content of the Nav component now includes the text 'Card Memory Game'.
[ ] Documentation - This subtask involves documenting the usage and API of the Nav component. It includes creating clear and concise documentation to help other developers understand how to use the component and its available props.
feature/#26-nav-component
Add Vue component named Nav, it should be in
components/Nav.vue
file.In Nav should be name "Card Memory Game".