mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 17:50:38 +00:00
create plan page refactoring
This commit is contained in:
Vendored
+11
@@ -302,6 +302,16 @@ const defaultState = {
|
||||
value: 168,
|
||||
},
|
||||
],
|
||||
intervalList: [
|
||||
{
|
||||
label: 'Monthly',
|
||||
value: 'month',
|
||||
},
|
||||
{
|
||||
label: 'Annually',
|
||||
value: 'year',
|
||||
},
|
||||
],
|
||||
currencyList: [
|
||||
{
|
||||
label: 'USD - United States Dollar',
|
||||
@@ -1063,6 +1073,7 @@ const getters = {
|
||||
expirationList: state => state.expirationList,
|
||||
requestedPlan: state => state.requestedPlan,
|
||||
currencyList: state => state.currencyList,
|
||||
intervalList: state => state.intervalList,
|
||||
countries: state => state.countries,
|
||||
timezones: state => state.timezones,
|
||||
api: state => state.config.api,
|
||||
|
||||
Reference in New Issue
Block a user