Add loading context and loading bar component; integrate axios for API calls and update routing for locker registration
This commit is contained in:
@@ -70,6 +70,12 @@ export default {
|
||||
'0%': { opacity: '1' },
|
||||
'100%': { opacity: '0' },
|
||||
},
|
||||
loading: {
|
||||
'0%': { left: '-10%' },
|
||||
'30%': { width: '30%' },
|
||||
'80%': { width: '10%' },
|
||||
'100%': { left: '100%' },
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user