Get account pages working
This commit is contained in:
parent
11a70b0343
commit
0c2b2b4341
10 changed files with 417 additions and 416 deletions
|
@ -6,7 +6,7 @@ const route = require('./../../../vendor/tightenco/ziggy/src/js/route').default;
|
|||
// Base Vuejs Templates
|
||||
import Login from './components/auth/Login';
|
||||
import Dashboard from './components/dashboard/Dashboard';
|
||||
import Account from './components/dashboard/Account.vue';
|
||||
import Account from './components/dashboard/Account';
|
||||
import ResetPassword from './components/auth/ResetPassword';
|
||||
import User from './models/user';
|
||||
import {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue