chore(docs): fix typo
This commit is contained in:
@@ -454,7 +454,7 @@ const onSomeEvent = () => {
|
|||||||
const emits = defineEmits(['updateNodeInternals'])
|
const emits = defineEmits(['updateNodeInternals'])
|
||||||
|
|
||||||
const onSomeEvent = () => {
|
const onSomeEvent = () => {
|
||||||
emit('updateNodeInternals')
|
emits('updateNodeInternals')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user