Add video tag (#3839)

This commit is contained in:
the1812 2022-11-26 18:56:00 +08:00
parent 2d3922f17f
commit 4a87a363fc

View File

@ -12,7 +12,7 @@ export const component = defineComponentMetadata({
style: () => import('./top-mask.scss'), style: () => import('./top-mask.scss'),
}, },
], ],
tags: [componentsTags.style], tags: [componentsTags.style, componentsTags.video],
description: { description: {
'zh-CN': '隐藏视频里鼠标经过时出现在右上角的覆盖层.', 'zh-CN': '隐藏视频里鼠标经过时出现在右上角的覆盖层.',
}, },