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
|
i18n.ts.close
|
||||||
}}</MkButton>
|
}}</MkButton>
|
||||||
</header>
|
</header>
|
||||||
<VueDraggable
|
<VueDraggable v-model="widgets_" handle=".handle" animation="150">
|
||||||
v-model="widgets_"
|
<div v-for="element in widgets_" :key="element.id">
|
||||||
handle=".handle"
|
|
||||||
animation="150"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
v-for="element in widgets_"
|
|
||||||
:key="element.id"
|
|
||||||
>
|
|
||||||
<div class="customize-container">
|
<div class="customize-container">
|
||||||
<button
|
<button
|
||||||
class="config _button"
|
class="config _button"
|
||||||
|
|
Loading…
Reference in a new issue