Add logic to load server data into vuex for the request when visiting a server page

This commit is contained in:
Dane Everitt
2018-07-18 22:48:19 -07:00
parent a42280dd84
commit 2ab66ba8c8
6 changed files with 82 additions and 99 deletions

View File

@@ -1,6 +0,0 @@
const LoadingState = {
LOADING: 'loading',
DONE: 'done',
ERROR: 'error',
};
export default LoadingState;