Integrated vue router, added page with form for submitting a new post, added a detail page for editing titles and check status (editing is actually two api calls to delete the post and make a new post). Both new pages feature input validation. The details page uses dynamic matching and params for the route.
Integrated vue router, added page with form for submitting a new post, added a detail page for editing titles and check status (editing is actually two api calls to delete the post and make a new post). Both new pages feature input validation. The details page uses dynamic matching and params for the route.