Skip to content

Commit

Permalink
fix(suggestion-box): 🐛 style
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Oct 3, 2024
1 parent 62cca05 commit 3a21f1a
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@nolebase/vitepress-plugin-git-changelog": "^2.5.0",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.5.0",
"@nolebase/vitepress-plugin-meta": "^2.5.0",
"@project-trans/suggestion-box": "^0.4.0",
"@project-trans/suggestion-box": "^0.4.1",
"markdown-it-footnote": "^4.0.0",
"markdown-it-katex": "^2.0.3",
"markdown-it-pangu": "^1.0.2",
Expand Down
94 changes: 71 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/AppSBox.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import SuggestionBox from '@project-trans/suggestion-box'
import SuggestionBox from '@project-trans/suggestion-box/component'
</script>

<template>
Expand Down

0 comments on commit 3a21f1a

Please sign in to comment.