From fea5730a2920e482571996285548e675cf08f120 Mon Sep 17 00:00:00 2001 From: axolotle Date: Sat, 24 Feb 2024 16:46:30 +0100 Subject: [PATCH] lint --- app/src/views/_partials/DomainForm.vue | 14 +++++++------- app/src/views/diagnosis/DiagnosisView.vue | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/views/_partials/DomainForm.vue b/app/src/views/_partials/DomainForm.vue index 99ff6dc0..da2f1e9f 100644 --- a/app/src/views/_partials/DomainForm.vue +++ b/app/src/views/_partials/DomainForm.vue @@ -20,8 +20,8 @@

- - + +

- +

@@ -78,8 +78,8 @@

- - + +

@@ -133,7 +133,7 @@ export default { label: this.$i18n.t('domain_name'), props: { id: 'dyn-domain', - placeholder: this.$i18n.t('placeholder.domain').split(".")[0], + placeholder: this.$i18n.t('placeholder.domain').split('.')[0], type: 'domain', choices: ['nohost.me', 'noho.st', 'ynh.fr'] } @@ -162,7 +162,7 @@ export default { label: this.$i18n.t('domain_name'), props: { id: 'dyn-domain', - placeholder: this.$i18n.t('placeholder.domain').split(".")[0], + placeholder: this.$i18n.t('placeholder.domain').split('.')[0], type: 'domain', choices: ['local', 'test'] } diff --git a/app/src/views/diagnosis/DiagnosisView.vue b/app/src/views/diagnosis/DiagnosisView.vue index e6d3fc20..22fd7c7f 100644 --- a/app/src/views/diagnosis/DiagnosisView.vue +++ b/app/src/views/diagnosis/DiagnosisView.vue @@ -54,7 +54,7 @@