-
Notifications
You must be signed in to change notification settings - Fork 151
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
Develop #57
base: main
Are you sure you want to change the base?
Develop #57
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your project setup is off to a great start with well-configured files and type definitions! 🎉 However, to meet the core requirements of the task, you need to implement the Vue components and logic for handling posts and comments. Additionally, the routing setup is incomplete as the routes
array is empty. Please define the necessary routes to enable navigation within your application. Once these critical functionalities are added, your project will be ready to shine! 🌟 Keep up the good work and don't hesitate to reach out if you need any help!
✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨
🔄 Fix the issues, commit the changes, and then re-request my review using the Re-request review
button in the Reviewers tab.
routes: [ | ||
|
||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The routes
array is empty. You need to define route objects here to enable navigation in your application. Each route should have at least a path
and a component
or redirect
property.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check comments which i left, after prev review.
Setup deploy, write description.
Many thanks)
No description provided.