mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-17 15:52:15 +00:00
create plan fix
This commit is contained in:
2
public/chunks/plan-create/fixed.js
vendored
2
public/chunks/plan-create/fixed.js
vendored
File diff suppressed because one or more lines are too long
2
public/chunks/plan-create/metered.js
vendored
2
public/chunks/plan-create/metered.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/main.js
vendored
2
public/js/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -9,7 +9,7 @@
|
||||
"/chunks/app-others~chunks/payments/settings.js": "/chunks/app-others~chunks/payments/settings.js?id=799c453eb44b1ea910a1",
|
||||
"/chunks/profile~chunks/settings-password.js": "/chunks/profile~chunks/settings-password.js?id=ee72c7f5b121615a9960",
|
||||
"/chunks/shared-with-me~chunks/team-folders.js": "/chunks/shared-with-me~chunks/team-folders.js?id=c87a868a0817239251c6",
|
||||
"/js/main.js": "/js/main.js?id=064d6760f48bfbbf85a9",
|
||||
"/js/main.js": "/js/main.js?id=75220b8c1a57eb8218f9",
|
||||
"/css/app.css": "/css/app.css?id=6a553b278ba6a0d8016b",
|
||||
"/css/tailwind.css": "/css/tailwind.css?id=88aee0b85bd31c31ade0",
|
||||
"/chunks/admin.js": "/chunks/admin.js?id=f148ec110b65e43c6459",
|
||||
@@ -44,8 +44,8 @@
|
||||
"/chunks/payments/billings.js": "/chunks/payments/billings.js?id=72f7e2d0c5a6e812c832",
|
||||
"/chunks/payments/settings.js": "/chunks/payments/settings.js?id=2bd241ecea50351d7541",
|
||||
"/chunks/plan.js": "/chunks/plan.js?id=716d6ac00f24879afc20",
|
||||
"/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=ed014bde806e0b14053d",
|
||||
"/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=ceb628d5cebeaf0e1948",
|
||||
"/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=770989e5aad8ce1433ff",
|
||||
"/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=ddc541162fdd24a6b458",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=95630a92a5bd394b9290",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=39d9d86eac5a1be2e251",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=ce70af553911edeff576",
|
||||
|
||||
@@ -124,6 +124,7 @@
|
||||
isLoading: false,
|
||||
isError: false,
|
||||
plan: {
|
||||
type: 'fixed',
|
||||
name: undefined,
|
||||
description: undefined,
|
||||
interval: undefined,
|
||||
|
||||
@@ -140,6 +140,7 @@
|
||||
isLoading: false,
|
||||
isError: false,
|
||||
plan: {
|
||||
type: 'fixed',
|
||||
name: undefined,
|
||||
description: undefined,
|
||||
currency: undefined,
|
||||
|
||||
Reference in New Issue
Block a user