chore(ColorPicker): use reka-ui

This commit is contained in:
Benjamin Canac
2024-12-05 14:47:48 +01:00
parent e475b6438d
commit bc80a0121f

View File

@@ -48,7 +48,7 @@ export type ColorPickerProps = {
<script setup lang="ts">
import { ref, nextTick, computed, toValue } from 'vue'
import { Primitive } from 'radix-vue'
import { Primitive } from 'reka-ui'
import { useEventListener, useElementBounding, watchThrottled, watchPausable } from '@vueuse/core'
import { isClient } from '@vueuse/shared'
import Color from 'color'