✨(component): ...
This commit is contained in:
parent
6319433874
commit
129b61d8a6
@ -23,7 +23,6 @@ const props = withDefaults(defineProps<LayIconPickerProps>(), {
|
|||||||
page: false,
|
page: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
const emit = defineEmits(["update:modelValue", "change"]);
|
const emit = defineEmits(["update:modelValue", "change"]);
|
||||||
const selectedIcon = computed(() => props.modelValue);
|
const selectedIcon = computed(() => props.modelValue);
|
||||||
const dropdownRef = ref<any>(null);
|
const dropdownRef = ref<any>(null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user