summaryrefslogtreecommitdiff
path: root/src/client/components/sample.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2021-01-09 17:18:45 +0900
committersyuilo <syuilotan@yahoo.co.jp>2021-01-09 17:18:45 +0900
commitedbaa0786738fe91a24dd22bb6e1f296792fb72a (patch)
tree743cc9f4391fcea7d9a57f1aaff7179e40e55196 /src/client/components/sample.vue
parentAdd ping api (diff)
downloadsharkey-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.vue4
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.`
}