alexusmai / vue-laravel-file-manager

Frontend for Laravel File Manager on Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple fm in Vuex store

IMingGarson opened this issue · comments

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.