Skip to content

Commit e1c19cf

Browse files
authored
Merge pull request #527 from moefinley/patch-1
Adding missing `slot` attribute
2 parents a9ad5be + 172c896 commit e1c19cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/attrs.js

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export const html = freeze([
108108
'value',
109109
'width',
110110
'xmlns',
111+
'slot',
111112
]);
112113

113114
export const svg = freeze([

0 commit comments

Comments
 (0)