-
I have a self contained component. Depending on the page it's used on, it needs to store state in an Alpine store. So I should be able to pass in a reference to the store or its name and property (e.g. |
Beta Was this translation helpful? Give feedback.
Answered by
galaczi
Jul 18, 2022
Replies: 1 comment
-
On a second try passing in the reference to the alpine $store worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
galaczi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a second try passing in the reference to the alpine $store worked.