mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-17 19:45:36 -04:00
[flags] fix sorting custom flags
This commit is contained in:
parent
ab344db1b9
commit
823e4825a2
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<draggable tag="ul" v-model="images" handle=".handle" ghostClass="ghost" @end="$emit('input', images)" class="list-unstyled">
|
<draggable tag="ul" v-model="images" handle=".handle" ghostClass="ghost" @end="$emit('input', listToDict(images))" class="list-unstyled">
|
||||||
<li v-for="(image, i) in images" class="mb-4">
|
<li v-for="(image, i) in images" class="mb-4">
|
||||||
<div class="input-group mb-1">
|
<div class="input-group mb-1">
|
||||||
<button class="btn btn-light border handle" type="button" :aria-label="$t('table.sort')">
|
<button class="btn btn-light border handle" type="button" :aria-label="$t('table.sort')">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user