mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
- get plans via api
- subscribe to plan at the frontend
This commit is contained in:
+4
@@ -413,6 +413,10 @@ const FunctionHelpers = {
|
||||
Vue.prototype.$showMobileMenu = function (name) {
|
||||
events.$emit('mobile-menu:show', name)
|
||||
}
|
||||
|
||||
Vue.prototype.$openUpgradeOptions = function () {
|
||||
events.$emit('popup:open', {name: 'select-plan-subscription'})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user