mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
rename
This commit is contained in:
8
src/services/watchState.js
Normal file
8
src/services/watchState.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { reactive } from 'vue';
|
||||
const watchState = reactive({
|
||||
isLoggedIn: false,
|
||||
isFriendsLoaded: false,
|
||||
isFavoritesLoaded: false
|
||||
});
|
||||
|
||||
export { watchState };
|
||||
Reference in New Issue
Block a user