From 739395b8574218156908baff142ea567f0de9f35 Mon Sep 17 00:00:00 2001 From: awmleer Date: Tue, 15 Mar 2022 16:17:19 +0800 Subject: [PATCH] doc: update quick start --- docs/guide/quick-start.en.md | 4 +--- docs/guide/quick-start.zh.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/guide/quick-start.en.md b/docs/guide/quick-start.en.md index 8ae0e33d8b..938b1974d3 100644 --- a/docs/guide/quick-start.en.md +++ b/docs/guide/quick-start.en.md @@ -20,9 +20,7 @@ If you are developing an internal project in alibaba group or ant group, please ## Compatibility -If you don't do any additional processing, then antd-mobile default compatibility is iOS Safari >= 10 and Chrome >= 51 (that is, ES6 compatibility standard). - -With the following babel configuration, maximum compatibility can be achieved for iOS Safari >= 10 and Chrome >= 49: +We recommend adding the following babel configuration, so that maximum compatibility can be achieved (iOS Safari >= 10 and Chrome >= 49): ```json { diff --git a/docs/guide/quick-start.zh.md b/docs/guide/quick-start.zh.md index aedb62fd45..030e7fb961 100644 --- a/docs/guide/quick-start.zh.md +++ b/docs/guide/quick-start.zh.md @@ -20,9 +20,7 @@ import { Button } from 'antd-mobile' ## 兼容性 -如果你不做任何额外的处理,那么 antd-mobile 默认的兼容性为 iOS Safari >= 10 和 Chrome >= 51(也就是 ES6 的兼容标准)。 - -而通过下面的 babel 配置后,可以达到最大兼容性,为 iOS Safari >= 10 和 Chrome >= 49: +我们建议在项目中增加下面的 babel 配置,这样可以达到最大兼容性,为 iOS Safari >= 10 和 Chrome >= 49: ```json {