|
@@ -32,6 +32,7 @@ export const useMainStore = defineStore("MainStoreId", {
|
|
|
readToken: (state) => state.token,
|
|
|
readIsLoggedIn: (state) => state.isLoggedIn,
|
|
|
readFirstNotification: (state) => state.notifications.length > 0 && state.notifications[0],
|
|
|
+ readVideos: (state) => state.videos,
|
|
|
},
|
|
|
|
|
|
actions: {
|