mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [watermark] missing the CSS file (#14564)
closed #14560
This commit is contained in:
1
global.d.ts
vendored
1
global.d.ts
vendored
@@ -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 {
|
||||
|
||||
@@ -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'
|
||||
|
||||
0
packages/components/watermark/style/css.ts
Normal file
0
packages/components/watermark/style/css.ts
Normal file
Reference in New Issue
Block a user