File tree Expand file tree Collapse file tree 6 files changed +33
-33
lines changed Expand file tree Collapse file tree 6 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import type { TabsRootEmits , TabsRootProps } from " reka-ui"
3- import type { HTMLAttributes } from " vue"
4- import { reactiveOmit } from " @vueuse/core"
5- import { TabsRoot , useForwardPropsEmits } from " reka-ui"
6- import { cn } from " @/lib/utils"
2+ import type { TabsRootEmits , TabsRootProps } from ' reka-ui'
3+ import type { HTMLAttributes } from ' vue'
4+ import { reactiveOmit } from ' @vueuse/core'
5+ import { TabsRoot , useForwardPropsEmits } from ' reka-ui'
6+ import { cn } from ' @/lib/utils'
77
8- const props = defineProps <TabsRootProps & { class? : HTMLAttributes [" class" ] }>()
8+ const props = defineProps <TabsRootProps & { class? : HTMLAttributes [' class' ] }>()
99const emits = defineEmits <TabsRootEmits >()
1010
11- const delegatedProps = reactiveOmit (props , " class" )
11+ const delegatedProps = reactiveOmit (props , ' class' )
1212const forwarded = useForwardPropsEmits (delegatedProps , emits )
1313 </script >
1414
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import type { TabsContentProps } from " reka-ui"
3- import type { HTMLAttributes } from " vue"
4- import { reactiveOmit } from " @vueuse/core"
5- import { TabsContent } from " reka-ui"
6- import { cn } from " @/lib/utils"
2+ import type { TabsContentProps } from ' reka-ui'
3+ import type { HTMLAttributes } from ' vue'
4+ import { reactiveOmit } from ' @vueuse/core'
5+ import { TabsContent } from ' reka-ui'
6+ import { cn } from ' @/lib/utils'
77
8- const props = defineProps <TabsContentProps & { class? : HTMLAttributes [" class" ] }>()
8+ const props = defineProps <TabsContentProps & { class? : HTMLAttributes [' class' ] }>()
99
10- const delegatedProps = reactiveOmit (props , " class" )
10+ const delegatedProps = reactiveOmit (props , ' class' )
1111 </script >
1212
1313<template >
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import type { TabsListProps } from " reka-ui"
3- import type { HTMLAttributes } from " vue"
4- import { reactiveOmit } from " @vueuse/core"
5- import { TabsList } from " reka-ui"
6- import { cn } from " @/lib/utils"
2+ import type { TabsListProps } from ' reka-ui'
3+ import type { HTMLAttributes } from ' vue'
4+ import { reactiveOmit } from ' @vueuse/core'
5+ import { TabsList } from ' reka-ui'
6+ import { cn } from ' @/lib/utils'
77
8- const props = defineProps <TabsListProps & { class? : HTMLAttributes [" class" ] }>()
8+ const props = defineProps <TabsListProps & { class? : HTMLAttributes [' class' ] }>()
99
10- const delegatedProps = reactiveOmit (props , " class" )
10+ const delegatedProps = reactiveOmit (props , ' class' )
1111 </script >
1212
1313<template >
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import type { TabsTriggerProps } from " reka-ui"
3- import type { HTMLAttributes } from " vue"
4- import { reactiveOmit } from " @vueuse/core"
5- import { TabsTrigger , useForwardProps } from " reka-ui"
6- import { cn } from " @/lib/utils"
2+ import type { TabsTriggerProps } from ' reka-ui'
3+ import type { HTMLAttributes } from ' vue'
4+ import { reactiveOmit } from ' @vueuse/core'
5+ import { TabsTrigger , useForwardProps } from ' reka-ui'
6+ import { cn } from ' @/lib/utils'
77
8- const props = defineProps <TabsTriggerProps & { class? : HTMLAttributes [" class" ] }>()
8+ const props = defineProps <TabsTriggerProps & { class? : HTMLAttributes [' class' ] }>()
99
10- const delegatedProps = reactiveOmit (props , " class" )
10+ const delegatedProps = reactiveOmit (props , ' class' )
1111
1212const forwardedProps = useForwardProps (delegatedProps )
1313 </script >
Original file line number Diff line number Diff line change 1- export { default as Tabs } from " ./Tabs.vue"
2- export { default as TabsContent } from " ./TabsContent.vue"
3- export { default as TabsList } from " ./TabsList.vue"
4- export { default as TabsTrigger } from " ./TabsTrigger.vue"
1+ export { default as Tabs } from ' ./Tabs.vue'
2+ export { default as TabsContent } from ' ./TabsContent.vue'
3+ export { default as TabsList } from ' ./TabsList.vue'
4+ export { default as TabsTrigger } from ' ./TabsTrigger.vue'
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ watch(open, (open) => {
5959 <strong class =" mr-4" >{{ t('actionHandler.appDescription') }}</strong >
6060 <span class =" text-lg" >{{ params.get('appDescription') }}</span >
6161 </div >
62- <ProviderSelector v-model =" selectedProvider" class =" pt-1" />
62+ <ProviderSelector v-model =" selectedProvider" class =" pt-1" />
6363 </div >
6464
6565 <div v-if =" providersStore.providers.length > 0" class =" flex justify-end mt-6 gap-2" >
You can’t perform that action at this time.
0 commit comments