diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-04 21:33:50 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-04 21:33:50 +0900 |
| commit | 157f1c66dc089d60c756c5dc68b1a0e70dad8b5d (patch) | |
| tree | 74d860958ad0c562a24a0c387445bc8ea7ace9d3 /src | |
| parent | wip (diff) | |
| download | sharkey-157f1c66dc089d60c756c5dc68b1a0e70dad8b5d.tar.gz sharkey-157f1c66dc089d60c756c5dc68b1a0e70dad8b5d.tar.bz2 sharkey-157f1c66dc089d60c756c5dc68b1a0e70dad8b5d.zip | |
wip
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app.vue | 2 |
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> |