Skip to content

Commit

Permalink
chore(OAPathsGroups): style
Browse files Browse the repository at this point in the history
  • Loading branch information
enzonotario committed Feb 7, 2025
1 parent 68109c3 commit f087de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Path/OAPathsGroups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const lazyRendering = themeConfig.getSpecConfig()?.lazyRendering?.value
</script>

<template>
<div>
<div class="flex flex-col space-y-10">
<template v-for="(group, index) in props.groups" :key="group.name">
<OAPathsGroup
:group="group"
Expand Down

0 comments on commit f087de4

Please sign in to comment.