mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-06-04 09:04:42 +00:00
upgrade subscription popup
This commit is contained in:
+5
-1
@@ -559,9 +559,13 @@ const FunctionHelpers = {
|
||||
events.$emit('mobile-menu:show', name)
|
||||
}
|
||||
|
||||
Vue.prototype.$openUpgradeOptions = function () {
|
||||
Vue.prototype.$openSubscribeOptions = function () {
|
||||
events.$emit('popup:open', { name: 'select-plan-subscription' })
|
||||
}
|
||||
|
||||
Vue.prototype.$changeSubscriptionOptions = function () {
|
||||
events.$emit('popup:open', { name: 'change-plan-subscription' })
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user