Skip to content

Commit 817719f

Browse files
authored
docs: fix vue footer dts anchor (#1654)
1 parent 7a12dd7 commit 817719f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/en/guide/solution/vue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this document, you will learn how to build a Vue component library using Rsli
1010

1111
1. Only Vue 3 is supported, Vue 2 is not supported.
1212

13-
2. Vue's declaration files are generated by [vue-tsc](https://www.npmjs.com/package/vue-tsc), so [lib.dts](/config/lib/dts) / [lib.redirect.dts](/config/lib/redirect#redirectdts) / [lib.banner.dts](/config/lib/banner#bannerdts) / [lib.footer.dts](/config/lib/footer#bannerdts) are not effective in Vue projects.
13+
2. Vue's declaration files are generated by [vue-tsc](https://www.npmjs.com/package/vue-tsc), so [lib.dts](/config/lib/dts) / [lib.redirect.dts](/config/lib/redirect#redirectdts) / [lib.banner.dts](/config/lib/banner#bannerdts) / [lib.footer.dts](/config/lib/footer#footerdts) are not effective in Vue projects.
1414

1515
:::
1616

website/docs/zh/guide/solution/vue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: '使用 Rslib 构建 Vue 组件库,涵盖 SFC 支持、样式处
1010

1111
1. 仅支持 Vue3 版本,Vue2 版本不支持。
1212

13-
2. Vue 的类型声明文件由 [vue-tsc](https://www.npmjs.com/package/vue-tsc) 生成,所以 [lib.dts](/config/lib/dts) / [lib.redirect.dts](/config/lib/redirect#redirectdts) / [lib.banner.dts](/config/lib/banner#bannerdts) / [lib.footer.dts](/config/lib/footer#bannerdts) 在 Vue 项目中不生效。
13+
2. Vue 的类型声明文件由 [vue-tsc](https://www.npmjs.com/package/vue-tsc) 生成,所以 [lib.dts](/config/lib/dts) / [lib.redirect.dts](/config/lib/redirect#redirectdts) / [lib.banner.dts](/config/lib/banner#bannerdts) / [lib.footer.dts](/config/lib/footer#footerdts) 在 Vue 项目中不生效。
1414

1515
:::
1616

0 commit comments

Comments
 (0)