Get dashboard converted
This commit is contained in:
parent
33e09b5619
commit
11a70b0343
8 changed files with 332 additions and 325 deletions
|
@ -5,7 +5,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.vue';
|
||||
import Dashboard from './components/dashboard/Dashboard';
|
||||
import Account from './components/dashboard/Account.vue';
|
||||
import ResetPassword from './components/auth/ResetPassword';
|
||||
import User from './models/user';
|
||||
|
|
Reference in a new issue