Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Better in different ones, otherwise you will get confused in logic and template.
Make a hierarchy like this:
/articles/index.vue - просмотр списка статей
/articles/create.vue - создать статью
/articles/view.vue - смотреть статью
/articles/edit.vue - редактировать статью
{path: '/articles', component: './articles/index.vue'}
{path: '/articles/create', component: './articles/create.vue'}
{path: '/articles/:id', component: './articles/view.vue'}
{path: '/articles/:id/edit', component: './articles/edit.vue'}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question