We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
defineOptions
1 parent 8eda175 commit 5e1d926Copy full SHA for 5e1d926
src/ui/components/FaAvatar/index.vue
@@ -3,6 +3,10 @@ import type { HTMLAttributes } from 'vue'
3
import type { AvatarVariants } from './avatar'
4
import { Avatar, AvatarFallback, AvatarImage } from './avatar'
5
6
+defineOptions({
7
+ name: 'FaAvatar',
8
+})
9
+
10
const props = defineProps<{
11
src: string
12
fallback?: string
src/ui/components/FaSlider/index.vue
@@ -3,6 +3,10 @@ import type { SliderRootProps } from 'reka-ui'
import type { HTMLAttributes } from 'vue'
import { Slider } from './slider'
+ name: 'FaSlider',
const props = withDefaults(defineProps<{
defaultValue?: SliderRootProps['defaultValue']
disabled?: SliderRootProps['disabled']
0 commit comments