Skip to content

Commit

Permalink
docs: 修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyhehe committed Jan 14, 2025
1 parent da7f414 commit e791327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions examples/sites/demos/pc/webdoc/import-components-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ For more information about automatic on-demand imports, please refer to [unplugi
## Multi-component introduction

<div class="tip custom-block">
<br />
Warm reminder: Exporting components with Tiny prefix is ​​supported since 3.17.0. If using previous versions, you need to use aliases.
<br />
<p>Warm reminder: Exporting components with Tiny prefix is ​​supported since 3.17.0. If using previous versions, you need to use aliases.</p>
<p>For example:<code>import { Button as TinyButton } from '@opentiny/vue'</code></p>
</div>

Expand Down
4 changes: 1 addition & 3 deletions examples/sites/demos/pc/webdoc/import-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ module.exports = defineConfig({
## 多组件引入

<div class="tip custom-block">
<br />
温馨提示:带有 Tiny 前缀的组件导出自 3.17.0 开始支持。若使用之前版本,需使用别名。
<br />
<p>温馨提示:带有 Tiny 前缀的组件导出自 3.17.0 开始支持。若使用之前版本,需使用别名。</p>
<p>例如:<code>import { Button as TinyButton } from '@opentiny/vue'</code></p>
</div>

Expand Down

0 comments on commit e791327

Please sign in to comment.