I want to use the Pinea data from the Remote side on the Host side. When I expose the entire store from the Remote side and introduce the actions method on the Host side, there is no problem. However, when using the data from the state, I cannot obtain it. How can I obtain it?
This is data from Remote:
This is the Host obtaining the data of pinia from the Remote end
I want to use the Pinea data from the Remote side on the Host side. When I expose the entire store from the Remote side and introduce the actions method on the Host side, there is no problem. However, when using the data from the state, I cannot obtain it. How can I obtain it?
This is data from Remote:
This is the Host obtaining the data of pinia from the Remote end
This is a remote leak
This is the introduction of the Host side