зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #7059 from nextcloud/bugfix/noid/fix-eslint-warnings
Fix some eslint warnings
This commit is contained in:
Коммит
61ac589e4c
|
@ -23,6 +23,7 @@
|
||||||
<!-- Guest username setting form -->
|
<!-- Guest username setting form -->
|
||||||
<form class="username-form"
|
<form class="username-form"
|
||||||
@submit.prevent="handleChooseUserName">
|
@submit.prevent="handleChooseUserName">
|
||||||
|
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||||
<h3 v-html="displayNameLabel" />
|
<h3 v-html="displayNameLabel" />
|
||||||
<Button @click.prevent="handleEditUsername">
|
<Button @click.prevent="handleEditUsername">
|
||||||
{{ t('spreed', 'Edit') }}
|
{{ t('spreed', 'Edit') }}
|
||||||
|
|
|
@ -319,6 +319,7 @@ export default {
|
||||||
border: 1px solid var(--color-success) !important;
|
border: 1px solid var(--color-success) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#call_button {
|
#call_button {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче