chore: 🎨 format
This commit is contained in:
parent
d9113cc62c
commit
648cc87823
4 changed files with 34 additions and 41 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue