Skip to content

Commit

Permalink
chore: fix typo (#9684)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 15, 2022
1 parent d175038 commit d30f881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/index.ts
Expand Up @@ -186,7 +186,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
const descriptor = getDescriptor(filename, options)!
let block: SFCBlock | null | undefined
if (query.type === 'script') {
// handle <scrip> + <script setup> merge via compileScript()
// handle <script> + <script setup> merge via compileScript()
block = getResolvedScript(descriptor, ssr)
} else if (query.type === 'template') {
block = descriptor.template!
Expand Down

0 comments on commit d30f881

Please sign in to comment.