Skip to content

Commit

Permalink
fix(switch): import in SwitchThumb.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Feb 5, 2024
1 parent 64347ef commit 8a79244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/switch/SwitchThumb.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts">
import type { PrimitiveProps } from '@oku-ui/primitive'
import { Primitive } from '@oku-ui/primitive'
import { getState, useSwitchInject } from './utils'
export interface SwitchThumbProps extends PrimitiveProps {
scopeOkuSwitch?: any
Expand All @@ -9,7 +10,6 @@ export interface SwitchThumbProps extends PrimitiveProps {

<script setup lang="ts">
import { useComponentRef } from '@oku-ui/use-composable'
import { getState, useSwitchInject } from './utils.ts'
defineOptions({
name: 'OkuSwitchThumb',
Expand Down

0 comments on commit 8a79244

Please sign in to comment.