mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
chore: update deps
This commit is contained in:
parent
6fa022d20a
commit
c62fd25b2e
5 changed files with 17 additions and 74 deletions
6
app/components.d.ts
vendored
6
app/components.d.ts
vendored
|
@ -76,7 +76,6 @@ declare module 'vue' {
|
|||
AutoCertFormDNSChallenge: typeof import('./src/components/AutoCertForm/DNSChallenge.vue')['default']
|
||||
BreadcrumbBreadcrumb: typeof import('./src/components/Breadcrumb/Breadcrumb.vue')['default']
|
||||
CertInfoCertInfo: typeof import('./src/components/CertInfo/CertInfo.vue')['default']
|
||||
ChangeCertChangeCert: typeof import('./src/views/site/NgxConfigEditor/cert/ChangeCert.vue')['default']
|
||||
ChartAreaChart: typeof import('./src/components/Chart/AreaChart.vue')['default']
|
||||
ChartRadialBarChart: typeof import('./src/components/Chart/RadialBarChart.vue')['default']
|
||||
ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
|
||||
|
@ -90,11 +89,6 @@ declare module 'vue' {
|
|||
ICPICP: typeof import('./src/components/ICP/ICP.vue')['default']
|
||||
LogoLogo: typeof import('./src/components/Logo/Logo.vue')['default']
|
||||
NginxControlNginxControl: typeof import('./src/components/NginxControl/NginxControl.vue')['default']
|
||||
NgxConfigEditorCertCert: typeof import('./src/components/NgxConfigEditor/cert/Cert.vue')['default']
|
||||
NgxConfigEditorCertChangeCert: typeof import('./src/components/NgxConfigEditor/cert/ChangeCert.vue')['default']
|
||||
NgxConfigEditorCertIssueCert: typeof import('./src/components/NgxConfigEditor/cert/IssueCert.vue')['default']
|
||||
NgxConfigEditorCertObtainCert: typeof import('./src/components/NgxConfigEditor/cert/ObtainCert.vue')['default']
|
||||
NgxConfigEditorCertObtainCertLive: typeof import('./src/components/NgxConfigEditor/cert/ObtainCertLive.vue')['default']
|
||||
NgxConfigEditorDirectiveDirectiveAdd: typeof import('./src/components/NgxConfigEditor/directive/DirectiveAdd.vue')['default']
|
||||
NgxConfigEditorDirectiveDirectiveDocuments: typeof import('./src/components/NgxConfigEditor/directive/DirectiveDocuments.vue')['default']
|
||||
NgxConfigEditorDirectiveDirectiveEditor: typeof import('./src/components/NgxConfigEditor/directive/DirectiveEditor.vue')['default']
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":"2.0.0-rc.5","build_id":20,"total_build":414}
|
||||
{"version":"2.0.0-rc.5","build_id":21,"total_build":415}
|
|
@ -214,8 +214,6 @@ function formatCode() {
|
|||
ngx.format_code(data.value.content).then(r => {
|
||||
data.value.content = r.content
|
||||
message.success($gettext('Format successfully'))
|
||||
}).catch(r => {
|
||||
message.error($gettext('Format error %{msg}', { msg: r.message ?? '' }))
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue