8000 fix: typo in option name · vuejs/rollup-plugin-vue@7b848ee · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 7b848ee

Browse files
committed
fix: typo in option name
1 parent 9e70638 commit 7b848ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export default function vue(opts: Partial<VuePluginOptions> = {}): Plugin {
182182
if (!opts.styleInjectorSSR)
183183
opts.styleInjectorSSR =
184184
'~' + 'vue-runtime-helpers/dist/inject-style/server.mjs'
185-
if (!opts.styleInjectorSSR)
185+
if (!opts.styleInjectorShadow)
186186
opts.styleInjectorShadow =
187187
'~' + 'vue-runtime-helpers/dist/inject-style/shadow.mjs'
188188

0 commit comments

Comments
 (0)
0