mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
start to properly use vuex
This commit is contained in:
6
resources/assets/scripts/models/loadingStates.js
Normal file
6
resources/assets/scripts/models/loadingStates.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const LoadingState = {
|
||||
LOADING: 'loading',
|
||||
DONE: 'done',
|
||||
ERROR: 'error',
|
||||
};
|
||||
export default LoadingState;
|
||||
Reference in New Issue
Block a user