Appearance
空函数
1.0.0
<script setup> import { noop } from '@ryxon/utils' defineProps({ modelValue: { type: Function, default: noop } }) </script>