Skip to content

Commit c87d9ab

Browse files
authored
fix(@142vip/vitepress): 修复vue-sfc-transformer导致的编译告警 (#519)
1 parent 7f414e6 commit c87d9ab

File tree

3 files changed

+67
-51
lines changed

3 files changed

+67
-51
lines changed

packages/copyright/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export interface CopyrightOptions {
124124

125125
## 链接
126126

127-
-
128127
- [中国版权保护中心](https://register.ccopyright.com.cn/login.html?linkBackUrl=https://register.ccopyright.com.cn/account.html)
129128

130129
## 证书

packages/vitepress/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"typedoc": "0.28.3",
7171
"typedoc-plugin-markdown": "4.6.3",
7272
"typedoc-vitepress-theme": "1.1.2",
73-
"unplugin-element-plus": "0.9.1"
73+
"unplugin-element-plus": "0.9.1",
74+
"vue-sfc-transformer": "0.1.14"
7475
}
7576
}

pnpm-lock.yaml

Lines changed: 65 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)