(component): ...

This commit is contained in:
就眠儀式 2022-10-07 19:01:47 +08:00
parent 6319433874
commit 129b61d8a6

View File

@ -23,7 +23,6 @@ const props = withDefaults(defineProps<LayIconPickerProps>(), {
page: false,
});
const emit = defineEmits(["update:modelValue", "change"]);
const selectedIcon = computed(() => props.modelValue);
const dropdownRef = ref<any>(null);