Skip to content

Commit eafe717

Browse files
authored
chore: fix typo (#9684)
1 parent 2c62c04 commit eafe717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
186186
const descriptor = getDescriptor(filename, options)!
187187
let block: SFCBlock | null | undefined
188188
if (query.type === 'script') {
189-
// handle <scrip> + <script setup> merge via compileScript()
189+
// handle <script> + <script setup> merge via compileScript()
190190
block = getResolvedScript(descriptor, ssr)
191191
} else if (query.type === 'template') {
192192
block = descriptor.template!

0 commit comments

Comments
 (0)