From 4a87a363fcb9821b540871980a5f8722f448d7aa Mon Sep 17 00:00:00 2001 From: the1812 Date: Sat, 26 Nov 2022 18:56:00 +0800 Subject: [PATCH] Add video tag (#3839) --- registry/lib/components/style/hide/video/top-mask/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/lib/components/style/hide/video/top-mask/index.ts b/registry/lib/components/style/hide/video/top-mask/index.ts index 32e955a9f..b3d514dbe 100644 --- a/registry/lib/components/style/hide/video/top-mask/index.ts +++ b/registry/lib/components/style/hide/video/top-mask/index.ts @@ -12,7 +12,7 @@ export const component = defineComponentMetadata({ style: () => import('./top-mask.scss'), }, ], - tags: [componentsTags.style], + tags: [componentsTags.style, componentsTags.video], description: { 'zh-CN': '隐藏视频里鼠标经过时出现在右上角的覆盖层.', },