Skip to content

Commit

Permalink
update doc (#1281)
Browse files Browse the repository at this point in the history
* feat: wechat support slot

* feat: picker slot support get params

* feat: update doc

* feat: update doc
  • Loading branch information
rayhomie authored Sep 24, 2024
1 parent 73b809b commit 1b4bac1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ toc: false
### 2.x 能否和 1.x, 0.x 一起使用

因为 1.x 升级到 2.x 没有迁移成本,所以你可以直接从 1.x 升级到 2.x
对于 0.x, 你可以使用 antd-mini-v0 这个 npm 包, 产物内容和 [email protected] 一模一样。

```
$ npm install antd-mini-v0 antd-mini
```
对于 0.x, 你可以使用 npm 别名来安装。

`package.json` 文件中是这样定义的:

```json
{
"dependencies": {
"antd-mini": "^2.25.0",
"antd-mini-v0": "^0.0.26"
"antd-mini-v0": "npm:antd-mini@^0.0.26"
}
}
```

```
$ npm install
```

使用:

```json
Expand Down Expand Up @@ -57,4 +57,4 @@ $ npm install antd-mini-v0 antd-mini
- `apply-shared`:这意味着 app.acss 样式和其它设定了 `shared` 的页面或自定义组件样式会影响当前页面,但当前页面 acss 中的样式不会作用于外部。
- `shared`(默认):表示 app.acss 样式和其它设定了 `shared` 的页面或自定义组件样式会影响当前页面,同时当前页面 acss 中的样式也会作用于外部。

官方文档参考链接:[页面样式隔离](https://opendocs.alipay.com/mini/framework/page-acss#%E9%A1%B5%E9%9D%A2%E6%A0%B7%E5%BC%8F%E9%9A%94%E7%A6%BB)
官方文档参考链接:[页面样式隔离](https://opendocs.alipay.com/mini/framework/page-acss#%E9%A1%B5%E9%9D%A2%E6%A0%B7%E5%BC%8F%E9%9A%94%E7%A6%BB)

0 comments on commit 1b4bac1

Please sign in to comment.