summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-04 21:33:50 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-04 21:33:50 +0900
commit157f1c66dc089d60c756c5dc68b1a0e70dad8b5d (patch)
tree74d860958ad0c562a24a0c387445bc8ea7ace9d3 /src
parentwip (diff)
downloadsharkey-157f1c66dc089d60c756c5dc68b1a0e70dad8b5d.tar.gz
sharkey-157f1c66dc089d60c756c5dc68b1a0e70dad8b5d.tar.bz2
sharkey-157f1c66dc089d60c756c5dc68b1a0e70dad8b5d.zip
wip
Diffstat (limited to 'src')
-rw-r--r--src/client/app.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app.vue b/src/client/app.vue
index ea685881ef..d088c4538b 100644
--- a/src/client/app.vue
+++ b/src/client/app.vue
@@ -109,7 +109,7 @@
</x-draggable>
</template>
<template v-else>
- <component class="widget" v-for="widget in widgets" :is="`mkw-${widget.name}`" :key="widget.id" :ref="widget.id" :widget="widget"/>
+ <component class="_widget" v-for="widget in widgets" :is="`mkw-${widget.name}`" :key="widget.id" :ref="widget.id" :widget="widget"/>
</template>
</template>
</div>