Added user data loader
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-06 03:55:59 +01:00
parent f7b5dc41ca
commit 02af4b667e
4 changed files with 64 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ import {
MdRipple,
MdDialog,
MdSpeedDial,
MdDivider,
MdSnackbar,
MdSubheader
} from 'vue-material/dist/components'
@@ -42,7 +42,7 @@ Vue.use(MdAvatar);
Vue.use(MdRipple);
Vue.use(MdDialog);
Vue.use(MdSpeedDial);
Vue.use(MdDivider);
Vue.use(MdSnackbar);
Vue.use(MdSubheader);
Vue.prototype.$api = axios.create({