From edbaa0786738fe91a24dd22bb6e1f296792fb72a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 9 Jan 2021 17:18:45 +0900 Subject: 簡易テーマエディタ実装 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/sample.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/components/sample.vue') diff --git a/src/client/components/sample.vue b/src/client/components/sample.vue index b6300ba446..8fd79ceec9 100644 --- a/src/client/components/sample.vue +++ b/src/client/components/sample.vue @@ -15,7 +15,7 @@ This is the button -
+
@@ -49,7 +49,7 @@ export default defineComponent({ data() { return { text: '', - flag: false, + flag: true, radio: 'misskey', mfm: `Hello world! This is an @example mention. BTW you are @${this.$i.username}.\nAlso, here is ${config.url} and [example link](${config.url}). for more details, see https://example.com.\nAs you know #misskey is open-source software.` } -- cgit v1.2.3-freya