Browse Source
fix: watermark create error #6788 (#6789)
Co-authored-by: liwei567 <liwei567@example.com>
pull/6792/head
lw567
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
playground/src/views/demos/features/watermark/index.vue
|
|
@ -8,7 +8,7 @@ const { destroyWatermark, updateWatermark, watermark } = useWatermark(); |
|
|
|
|
|
|
|
|
async function recreateWaterMark() { |
|
|
async function recreateWaterMark() { |
|
|
destroyWatermark(); |
|
|
destroyWatermark(); |
|
|
await updateWatermark({}); |
|
|
await createWaterMark(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
async function createWaterMark() { |
|
|
async function createWaterMark() { |
|
|
|