mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
store refactoring
This commit is contained in:
3
resources/js/store/modules/sharing.js
vendored
3
resources/js/store/modules/sharing.js
vendored
@@ -102,9 +102,6 @@ const mutations = {
|
||||
SET_SHARED_DETAIL(state, data) {
|
||||
state.sharedDetail = data
|
||||
},
|
||||
STORE_SHARED_FILE(state, data) {
|
||||
state.sharedFile = data
|
||||
},
|
||||
}
|
||||
const getters = {
|
||||
permissionOptions: (state) => state.permissionOptions,
|
||||
|
||||
Reference in New Issue
Block a user