Skip to content

Commit c5b82f1

Browse files
chore: typo fix
1 parent 5d2f55f commit c5b82f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createVue3SFCModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export async function createSFCModule(source : string, filename : string, option
125125
if ( descriptor.script.src )
126126
descriptor.script.content = (await getFile(resolve(filename, descriptor.script.src))).content;
127127

128-
// TBD: handle <script setup scr="...
128+
// TBD: handle <script setup src="...
129129

130130

131131
const [ depsList, transformedScriptSource ] = await withCache(compiledCache, [ componentHash, descriptor.script?.content, descriptor.scriptSetup?.content ], async ({ preventCache }) => {

0 commit comments

Comments
 (0)