Added user data loader
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user