Skip to content

Commit eea9bf7

Browse files
docs: ✏️ 修复部分组件二维码显示异常的问题
1 parent aeaa266 commit eea9bf7

80 files changed

Lines changed: 1 addition & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.vitepress/theme/components/VPIframe.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const qrcode = computed(() => {
6161
const path = route.path
6262
const paths = path ? path.split('.')[0].split('/') : []
6363
if (!paths.length) return ''
64-
return `/wxqrcode/${kebabToCamel(paths[paths.length - 1])}.png`
64+
return `/wxqrcode/${paths[paths.length - 1]}.png`
6565
})
6666
6767
// 工具函数:转换 kebab-case 为 camelCase

docs/public/wxqrcode/about.png

14 Bytes
8 Bytes

docs/public/wxqrcode/backtop.png

-43 Bytes

docs/public/wxqrcode/badge.png

6 Bytes

docs/public/wxqrcode/button.png

2 Bytes
-7 Bytes

docs/public/wxqrcode/calendar.png

-25 Bytes

docs/public/wxqrcode/card.png

4 Bytes

docs/public/wxqrcode/cell.png

16 Bytes

0 commit comments

Comments
 (0)