You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up a file-manager component on my Vue and I understand in my store I have the fm.
I was wondering if I can have multiple fm, the reason is I want the original fm to store original image and the other, fm2 , for example, to store a modified one. (Simply put, I want to upload original images through fm and modified ones through fm2)
It seems like the file-manager component registers one fm, even though I have multiple file-manager components in a single page, they use the same fm.
Thank you.
The text was updated successfully, but these errors were encountered:
I have set up a file-manager component on my Vue and I understand in my store I have the
fm
.I was wondering if I can have multiple
fm
, the reason is I want the originalfm
to store original image and the other,fm2
, for example, to store a modified one. (Simply put, I want to upload original images through fm and modified ones through fm2)It seems like the file-manager component registers one
fm
, even though I have multiple file-manager components in a single page, they use the samefm
.Thank you.
The text was updated successfully, but these errors were encountered: