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
parent
commit
6e03de5011
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      playground/src/views/demos/features/watermark/index.vue

2
playground/src/views/demos/features/watermark/index.vue

@ -8,7 +8,7 @@ const { destroyWatermark, updateWatermark, watermark } = useWatermark();
async function recreateWaterMark() {
destroyWatermark();
await updateWatermark({});
await createWaterMark();
}
async function createWaterMark() {

Loading…
Cancel
Save