Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 83dbcff

Browse files
authored
Merge pull request #2684 from AndreiBelokopytov/master
Hotfix: ui-store broken link
2 parents 8817a48 + 71d89f4 commit 83dbcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/core-themes/ui-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Working with UI Store (Interface state)
22

3-
We are using Vuex to store the application interface state. The [ui-store file](https://github.com/DivanteLtd/vue-storefront/blob/master/core/store/modules/ui-store/index.ts) contains the information about the state of different pieces of UI like: Overlay visibility, Wishlist visibility etc. Of course, you are not forced to make use of it in your theme but keep in mind that many of core components are using UI store.
3+
We are using Vuex to store the application interface state. The [ui-store file](https://github.com/DivanteLtd/vue-storefront/blob/master/src/modules/ui-store/index.ts) contains the information about the state of different pieces of UI like: Overlay visibility, Wishlist visibility etc. Of course, you are not forced to make use of it in your theme but keep in mind that many of core components are using UI store.
44

55
## State object
66

0 commit comments

Comments
 (0)