Skip to content

Commit b989cf2

Browse files
committed
perf: watermark
1 parent 0e6fd65 commit b989cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: components/watermark/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ const Watermark = defineComponent({
239239
attributes: true,
240240
subtree: true,
241241
childList: true,
242+
attributeFilter: ['style', 'class'],
242243
});
243244
return () => {
244245
return (

0 commit comments

Comments
 (0)