diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-03 20:36:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-03 20:36:12 +0900 |
| commit | 3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2 (patch) | |
| tree | aac2fc2ec2508f5a3e0284bd065ed98d75da9269 /src/client/pages/docs.vue | |
| parent | ヘッダーの戻るボタンがページリロードすると消える問... (diff) | |
| download | sharkey-3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2.tar.gz sharkey-3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2.tar.bz2 sharkey-3c59c6fc9babd6f5e93b9a1eefe98abf69096ce2.zip | |
Refactoring
Diffstat (limited to 'src/client/pages/docs.vue')
| -rw-r--r-- | src/client/pages/docs.vue | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/pages/docs.vue b/src/client/pages/docs.vue index 245dff6b57..1ed7684a8d 100644 --- a/src/client/pages/docs.vue +++ b/src/client/pages/docs.vue @@ -21,10 +21,8 @@ export default defineComponent({ data() { return { INFO: { - header: [{ - title: this.$t('help'), - icon: faQuestionCircle - }], + title: this.$t('help'), + icon: faQuestionCircle }, docs: [], faQuestionCircle |