refactor(frontend): Vue 드래그 정렬 라이브러리를 교체

This commit is contained in:
2026-08-21 02:19:40 +00:00
parent ac7e2c87fd
commit 0b0697d165
6 changed files with 118 additions and 35 deletions
+1 -1
View File
@@ -691,7 +691,7 @@ onMounted(() => {
</div>
<p>항목을 끌어 놓거나 ·아래 버튼으로 상대 순서를 바꿉니다.</p>
<SortableStringList
:list="mobileLayoutOrder"
v-model:list="mobileLayoutOrder"
tag="ol"
class="mobile-layout-list"
>