diff --git a/src/sass/AppAskForm/AddForm.vue b/src/sass/AppAskForm/AddForm.vue
index bee38c5a..474b6eaa 100644
--- a/src/sass/AppAskForm/AddForm.vue
+++ b/src/sass/AppAskForm/AddForm.vue
@@ -7,41 +7,44 @@
-
+ class="components-list"
+ v-model="targetList"
+ :animation="340"
+ scroll
+ element="div"
+ :options="{
+ animation: 340,
+ handle: '.components-item__title'
+ }"
+ draggable=".components-item"
+ :sort="true">
+
*
{{ index + 1 }}.
{{ item.label }}
-
+
@@ -91,11 +94,11 @@