From 2c471966002bd62a85ca463aac35f4276fed5d50 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 21 Jan 2022 21:16:12 +0900 Subject: [PATCH] wip: refactor(client): migrate components to composition api --- packages/client/src/pages/about-misskey.vue | 112 +++++++++----------- 1 file changed, 51 insertions(+), 61 deletions(-) diff --git a/packages/client/src/pages/about-misskey.vue b/packages/client/src/pages/about-misskey.vue index 855a21e49..efb44adff 100644 --- a/packages/client/src/pages/about-misskey.vue +++ b/packages/client/src/pages/about-misskey.vue @@ -3,36 +3,36 @@
-
+
Misskey
v{{ version }}
- {{ $ts._aboutMisskey.about }}
{{ $ts.learnMore }} + {{ i18n.locale._aboutMisskey.about }}
{{ i18n.locale.learnMore }}
- + - + - +
{{ patron }}
- +
-