Skip to content

Commit

Permalink
fix parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Jul 17, 2023
1 parent fb5609e commit a3e1286
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/radix-vue/src/Menubar/MenubarRadioGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ export interface RadioGroupProvideValue {

<script setup lang="ts">
import { provide } from "vue";
import { PrimitiveDiv, usePrimitiveElement, ,type PrimitiveProps } from "@/Primitive";
import {
PrimitiveDiv,
usePrimitiveElement,
type PrimitiveProps,
} from "@/Primitive";
const props = defineProps<RadioGroupRootProps>();
Expand Down

0 comments on commit a3e1286

Please sign in to comment.