Skip to content

Commit deacdc4

Browse files
committed
docs: 更新文档
1 parent 90d5296 commit deacdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/taro-ui-docs/markdown/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ import 'taro-ui/dist/style/index.scss' // 引入组件样式 - 方式一
154154
在 taro3.5 之后的版本中,在开启 `prebundle` (默认开启)的情况下,会导致 taro-ui 所引用的 @taro/components 组件没有被打进最终的 bundle 中,导致页面表现异常。
155155
:::
156156

157-
为了解决上述问题,可以手动将ossaui排除在prebundle列表之外。在 taro 项目的 `config/index.js` 中新增如下配置项:
157+
为了解决上述问题,可以手动将 taro-ui 排除在 prebundle 列表之外。在 taro 项目的 `config/index.js` 中新增如下配置项:
158158

159159
```js
160160
module.exports = {

0 commit comments

Comments
 (0)