We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c62c04 commit eafe717Copy full SHA for eafe717
packages/plugin-vue/src/index.ts
@@ -186,7 +186,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
186
const descriptor = getDescriptor(filename, options)!
187
let block: SFCBlock | null | undefined
188
if (query.type === 'script') {
189
- // handle <scrip> + <script setup> merge via compileScript()
+ // handle <script> + <script setup> merge via compileScript()
190
block = getResolvedScript(descriptor, ssr)
191
} else if (query.type === 'template') {
192
block = descriptor.template!
0 commit comments