Skip to content

Commit dead646

Browse files
committed
feat(doc): add support for video component in API reference and update support status for same-layer rendering components
1 parent d80910b commit dead646

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/API-Reference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Vue 作为底层的渲染框架,自然会与小程序的语法存在一定的
5454
| template |
5555
| text |
5656
| textarea |
57+
| video |
5758
| view |
5859
| web-view |
5960
| wxs |
@@ -63,8 +64,8 @@ Vue 作为底层的渲染框架,自然会与小程序的语法存在一定的
6364
说明:
6465

6566
- 该列表包含运行时内置组件,以及编译期支持的 WXML 模板标签(如 `slot``template``wxs``include``import`)。
66-
- 同层渲染组件暂未支持(Android/iOS)
67-
- tabBar 暂未支持(Android/iOS/Harmony)。
67+
- 同层渲染组件 `video` 已支持 Android / iOS / Harmony
68+
- tabBar 暂未支持(Android/iOS)。
6869

6970
## 模板语法支持
7071

fe/packages/compiler/src/common/compatibility-reference.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const supportedBuiltinComponents = [
3333
"template",
3434
"text",
3535
"textarea",
36+
"video",
3637
"view",
3738
"web-view",
3839
"wxs",

0 commit comments

Comments
 (0)