Skip to content

Commit a5afc4d

Browse files
authored
chore: fix typo (#12863)
1 parent 6d9aac8 commit a5afc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/test/compileScript.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ describe('SFC analyze <script> bindings', () => {
15711571
</script>
15721572
<template>
15731573
<div @click="$emit('update:a');"></div>
1574-
</tempalte>
1574+
</template>
15751575
`)
15761576
})
15771577
})

0 commit comments

Comments
 (0)