Skip to content

Commit

Permalink
chore: format vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jul 8, 2024
1 parent 533a968 commit 34fd0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/components/api-docs/method.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup lang="ts">
import { sourceBaseUrl } from '../../../api/source-base-url';
import { slugify } from '../../shared/utils/slugify';
import type { ApiDocsMethod } from './method';
import MethodParameters from './method-parameters.vue';
import { slugify } from '../../shared/utils/slugify';
import { sourceBaseUrl } from '../../../api/source-base-url';
const props = defineProps<{ method: ApiDocsMethod }>();
Expand Down

0 comments on commit 34fd0e9

Please sign in to comment.