chore(docs): fix typo

This commit is contained in:
bcakmakoglu
2022-06-26 18:10:59 +02:00
committed by Braks
parent b2834b95c8
commit 0c5473ae14
+1 -1
View File
@@ -454,7 +454,7 @@ const onSomeEvent = () => {
const emits = defineEmits(['updateNodeInternals'])
const onSomeEvent = () => {
emit('updateNodeInternals')
emits('updateNodeInternals')
}
</script>
```