chore: 🎨 format

This commit is contained in:
ThatOneCalculator 2023-07-11 19:21:52 -07:00
parent d9113cc62c
commit 648cc87823
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
4 changed files with 34 additions and 41 deletions

View File

@ -28,15 +28,8 @@
i18n.ts.close
}}</MkButton>
</header>
<VueDraggable
v-model="widgets_"
handle=".handle"
animation="150"
>
<div
v-for="element in widgets_"
:key="element.id"
>
<VueDraggable v-model="widgets_" handle=".handle" animation="150">
<div v-for="element in widgets_" :key="element.id">
<div class="customize-container">
<button
class="config _button"