Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Jul 12, 2024
1 parent 16b1221 commit 88fa9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.components/1.v-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Only the `.once` event modifier is supported as other modifiers are tightly coup

### Native DOM Events

As Vue-ECharts binds events to the ECharts instance by default, there is some caveat when using native DOM events. You need to prefix the event name with `native:` to bind native DOM events.
As `<VChart>` binds events to the ECharts instance by default, there is some caveat when using native DOM events. You need to prefix the event name with `native:` to bind native DOM events.

```vue
<template>
Expand Down

0 comments on commit 88fa9ab

Please sign in to comment.