Update frontend.

This commit is contained in:
James Cole
2021-04-05 14:18:49 +02:00
parent 7ab81e493a
commit 6d855e119d
86 changed files with 578 additions and 104 deletions

View File

@@ -45,8 +45,10 @@ mix.webpackConfig({
// dashboard and empty page
mix.js('src/pages/dashboard.js', 'public/js').vue({version: 2});
// accounts.
mix.js('src/pages/accounts/index.js', 'public/js/accounts').vue({version: 2});
mix.js('src/pages/accounts/delete.js', 'public/js/accounts').vue({version: 2});
mix.js('src/pages/accounts/show.js', 'public/js/accounts').vue({version: 2});