From 526f81abc83525af1234f6dd1dd23eaedc4908ab Mon Sep 17 00:00:00 2001 From: Xicri <107226297+xicri@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:11:45 +0900 Subject: [PATCH] refactor: add `lang="json"` to ``s for syntax highlight --- components/hamburger-menu.vue | 2 +- components/word-list-results.vue | 2 +- components/word-list-search.vue | 2 +- components/word-list.vue | 2 +- error.vue | 2 +- layouts/default.vue | 2 +- pages/history.vue | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/hamburger-menu.vue b/components/hamburger-menu.vue index a9397884..dd28af19 100644 --- a/components/hamburger-menu.vue +++ b/components/hamburger-menu.vue @@ -45,7 +45,7 @@ - + { "en": { "about": "About", diff --git a/components/word-list-results.vue b/components/word-list-results.vue index ade5917d..1ad835f4 100644 --- a/components/word-list-results.vue +++ b/components/word-list-results.vue @@ -102,7 +102,7 @@ - + { "en": { "example": "Example", diff --git a/components/word-list-search.vue b/components/word-list-search.vue index 406ece5d..c0047710 100644 --- a/components/word-list-search.vue +++ b/components/word-list-search.vue @@ -46,7 +46,7 @@ - + { "en": { "enterSearchTerms": "Enter search terms...", diff --git a/components/word-list.vue b/components/word-list.vue index a3a160ce..3baff0c1 100644 --- a/components/word-list.vue +++ b/components/word-list.vue @@ -11,7 +11,7 @@ - + { "en": { "notFound": "Your search did not match any words in this dictionary." diff --git a/error.vue b/error.vue index b5cdaf88..d831d34a 100644 --- a/error.vue +++ b/error.vue @@ -7,7 +7,7 @@ - + { "en": { "notfound": "This page is not found", diff --git a/layouts/default.vue b/layouts/default.vue index 62241c6c..631fc53b 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -17,7 +17,7 @@ - + { "en": { "siteTitleL1": "Genshin", diff --git a/pages/history.vue b/pages/history.vue index f060333a..49521fb6 100644 --- a/pages/history.vue +++ b/pages/history.vue @@ -14,7 +14,7 @@ - + { "en": { "updatedOn": "Updated on {createdAt}",