Browse Source

perf: watermark

feat-4.1
tangjinzhou 11 months ago
parent
commit
b989cf2d97
  1. 1
      components/watermark/index.tsx

1
components/watermark/index.tsx

@ -239,6 +239,7 @@ const Watermark = defineComponent({
attributes: true, attributes: true,
subtree: true, subtree: true,
childList: true, childList: true,
attributeFilter: ['style', 'class'],
}); });
return () => { return () => {
return ( return (

Loading…
Cancel
Save