Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaojianli committed Dec 10, 2024
1 parent 5b09d61 commit 2e793e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webui/src/components/markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<div v-else v-html="md.render(content)"></div>
</template>
<script lang="ts" setup>
import { useDarkStore } from '@/stores/dark';
import md from '@/utils/markdown';
import { computed } from 'vue';
import { useDarkStore } from '@/stores/dark'
import md from '@/utils/markdown'
import { computed } from 'vue'
const darkStore = useDarkStore()
const srcDoc = computed(() => {
Expand Down

0 comments on commit 2e793e0

Please sign in to comment.