Compare commits
2 Commits
271b8af4c4
...
15f5c6b3a2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15f5c6b3a2 | ||
|
|
7fbd721512 |
@@ -13,7 +13,7 @@ export interface RootState{
|
||||
|
||||
export default createStore<RootState>({
|
||||
state: {
|
||||
loading: false,
|
||||
loading: true,
|
||||
view_loading: false,
|
||||
},
|
||||
getters: {
|
||||
|
||||
Reference in New Issue
Block a user