run eslint for #687

This commit is contained in:
Louis Lam
2021-10-14 16:24:03 +08:00
parent 8ab4788f80
commit f51156f18e
5 changed files with 24 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
<label for="secretKey" class="form-label">{{ $t("SecretKey") }}<span style="color: red;"><sup>*</sup></span></label>
<input id="secretKey" v-model="$parent.notification.secretKey" type="text" class="form-control" required>
<div class="form-text">
<div class="form-text">
<p>For safety, must use secret key</p>
<i18n-t tag="p" keypath="Read more:">
<a href="https://developers.dingtalk.com/document/robots/custom-robot-access" target="_blank">https://developers.dingtalk.com/document/robots/custom-robot-access</a>