Skip to content

Commit

Permalink
docs(module-tools): add empty line to fix warning in plugin vue
Browse files Browse the repository at this point in the history
  • Loading branch information
10Derozan committed Feb 2, 2024
1 parent ed4d24b commit 6e3652d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Notice that we have some limitation:
1. The current implementation of this plugin integrates directly with the community plugin and therefore does not support writing jsx/tsx in sfc.
2. If you want to generate d.ts for the components, please use the official recommendation [vue-tsc](https://www.npmjs.com/package/vue-tsc).
3. Only support bundle, we recommend to set input to `['src/**/*.vue']` or `['src/index.ts']`.

:::

## Quick start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Vue 插件提供了对 Vue 3 组件构建的支持,插件内部集成了 [esbu
1. 目前此插件的实现是直接集成社区插件,因此不支持在 sfc 里写 jsx/tsx。
2. 如果要为组件生成 d.ts,请使用官方推荐方式 [vue-tsc](https://www.npmjs.com/package/vue-tsc)
3. 仅支持打包场景,推荐将 input 设置为 `['src/**/*.vue']` 或者 `['src/index.ts']`

:::

## 快速开始
Expand Down

0 comments on commit 6e3652d

Please sign in to comment.