mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-30 15:44:41 +00:00
plan pages refactoring
This commit is contained in:
+9
@@ -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