8000 fix: typo · vuejs/vue-style-loader@00087b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00087b7

Browse files
committed
fix: typo
1 parent 46dcc45 commit 00087b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/addStylesClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function applyToTag (styleElement, obj) {
200200
styleElement.setAttribute('media', media)
201201
}
202202
if (options.ssrId) {
203-
styleElement.setAttribute(ssridKey, obj.id)
203+
styleElement.setAttribute(ssrIdKey, obj.id)
204204
}
205205

206206
if (sourceMap) {

0 commit comments

Comments
 (0)
0