diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-01-09 17:18:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-01-09 17:18:45 +0900 |
| commit | edbaa0786738fe91a24dd22bb6e1f296792fb72a (patch) | |
| tree | 743cc9f4391fcea7d9a57f1aaff7179e40e55196 /src/client/components/sample.vue | |
| parent | Add ping api (diff) | |
| download | sharkey-edbaa0786738fe91a24dd22bb6e1f296792fb72a.tar.gz sharkey-edbaa0786738fe91a24dd22bb6e1f296792fb72a.tar.bz2 sharkey-edbaa0786738fe91a24dd22bb6e1f296792fb72a.zip | |
簡易テーマエディタ実装
Diffstat (limited to 'src/client/components/sample.vue')
| -rw-r--r-- | src/client/components/sample.vue | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <MkButton inline>This is</MkButton> <MkButton inline primary>the button</MkButton> </div> - <div class="_content"> + <div class="_content" style="pointer-events: none;"> <Mfm :text="mfm"/> </div> <div class="_content"> @@ -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.` } |