Skip to content

Commit 9924d12

Browse files
committed
chore: add /*#__PURE__*/ prefix to makeMap
1 parent 2ffe3d5 commit 9924d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server-renderer/src/helpers/ssrRenderAttrs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
} from '@vue/shared'
1313

1414
// leading comma for empty string ""
15-
const shouldIgnoreProp = makeMap(
15+
const shouldIgnoreProp = /*#__PURE__*/ makeMap(
1616
`,key,ref,innerHTML,textContent,ref_key,ref_for`
1717
)
1818

0 commit comments

Comments
 (0)