fix(components): [watermark] missing the CSS file (#14564)

closed #14560
This commit is contained in:
qiang
2023-10-17 22:43:41 -05:00
committed by GitHub
parent 26e9727299
commit 730ffa35e9
3 changed files with 2 additions and 0 deletions

1
global.d.ts vendored
View File

@@ -95,6 +95,7 @@ declare module '@vue/runtime-core' {
ElDescriptionsItem: typeof import('element-plus')['ElDescriptionsItem']
ElResult: typeof import('element-plus')['ElResult']
ElSelectV2: typeof import('element-plus')['ElSelectV2']
ElWatermark: typeof import('element-plus')['ElWatermark']
}
interface ComponentCustomProperties {

View File

@@ -69,6 +69,7 @@ export * from './tree-select'
export * from './tree-v2'
export * from './upload'
export * from './virtual-list'
export * from './watermark'
// plugins
export * from './infinite-scroll'

View File