mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 01:22:16 +00:00
plan pages refactoring
This commit is contained in:
9
resources/js/helpers/functionHelpers.js
vendored
9
resources/js/helpers/functionHelpers.js
vendored
@@ -313,6 +313,15 @@ const FunctionHelpers = {
|
||||
}[driver]
|
||||
}
|
||||
|
||||
Vue.prototype.getSubscriptionStatusColor = function (status) {
|
||||
|
||||
return {
|
||||
'active': 'green',
|
||||
'cancelled': 'yellow',
|
||||
'completed': 'purple',
|
||||
}[status]
|
||||
}
|
||||
|
||||
Vue.prototype.$goToFileView = function (id) {
|
||||
|
||||
let locations = {
|
||||
|
||||
Reference in New Issue
Block a user