Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/optimized.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const config = {
Taro v3.6.25 开始支持。目前只支持在 Taro React 小程序中使用,暂不支持 Taro Vue,暂不支持在其他端使用。
:::

借助 **CompileMode**,Taro 可以支持使用各类小程序的视图层脚步语言,如微信小程序的 `wxs`、支付宝小程序的 `sjs`、京东小程序的 `jds`、头条小程序的 `sjs` 等。
借助 **CompileMode**,Taro 可以支持使用各类小程序的视图层脚本语言,如微信小程序的 `wxs`、支付宝小程序的 `sjs`、京东小程序的 `jds`、头条小程序的 `sjs` 等。

用法:

Expand Down