chore: fix typo (#12863)

This commit is contained in:
webfansplz 2022-11-09 16:07:36 +08:00 committed by GitHub
parent 6d9aac8bd3
commit a5afc4d0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1571,7 +1571,7 @@ describe('SFC analyze <script> bindings', () => {
</script>
<template>
<div @click="$emit('update:a');"></div>
</tempalte>
</template>
`)
})
})