Skip to content

Commit

Permalink
fix(operation slots): include Parameters slots by default
Browse files Browse the repository at this point in the history
  • Loading branch information
enzonotario committed Oct 29, 2024
1 parent 3daafc7 commit 78e674b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vitepress-openapi",
"type": "module",
"version": "0.0.3-alpha.44",
"version": "0.0.3-alpha.45",
"packageManager": "[email protected]",
"homepage": "https://vitepress-openapi.vercel.app/",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/composables/useTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const DEFAULT_OPERATION_SLOTS: OperationSlot[] = [
'path',
'description',
'security',
'parameters',
'request-body',
'responses',
'try-it',
Expand Down

0 comments on commit 78e674b

Please sign in to comment.