nicknguyen-ccm / crudapp

Test Vue CRUD Application
0 stars 0 forks source link

Routing validating posting #4

Open nicknguyen-ccm opened 7 months ago

nicknguyen-ccm commented 7 months ago

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.