Edit and Create forms send to index in edit mode

This commit is contained in:
Bubka
2020-01-07 15:46:48 +01:00
parent bd54b53647
commit 552773ab81
4 changed files with 12 additions and 6 deletions

3
resources/js/app.js vendored
View File

@ -24,7 +24,8 @@ const router = new VueRouter({
{
path: '/',
name: 'accounts',
component: Accounts
component: Accounts,
props: true
},
{
path: '/login',