mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-20 16:44:38 +08:00
refactor: improve drag-and-drop sorting feature for menu items (#7423)
Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
@@ -202,7 +202,7 @@ const selectedRef = computed(() => {
|
||||
);
|
||||
});
|
||||
|
||||
const selectedRefKind = ref<string>("");
|
||||
const selectedRefKind = ref<string>();
|
||||
const selectedRefName = ref<string>("");
|
||||
|
||||
const onMenuItemSourceChange = () => {
|
||||
|
||||
Reference in New Issue
Block a user