Skip to content

Commit bee810e

Browse files
authored
docs: fix typo in readme cn
1 parent 1301014 commit bee810e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.zh-Hans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Vue-ECharts 支持如下事件:
359359

360360
#### 原生 DOM 事件
361361

362-
由于 Vue-ECharts 默认将事件绑定到 ECharts 实例,因此在使用原生 DOM 事件时需要做一些特殊处理。你需要在事件名称前加上 `native:` 前缀来绑定原生 DOM 事件(可以在 Vue 2 中也可以使用 `.native` 修饰符,但这在 Vue 3 中已被废弃)。
362+
由于 Vue-ECharts 默认将事件绑定到 ECharts 实例,因此在使用原生 DOM 事件时需要做一些特殊处理。你需要在事件名称前加上 `native:` 前缀来绑定原生 DOM 事件( Vue 2 中也可以使用 `.native` 修饰符,但这在 Vue 3 中已被废弃)。
363363

364364
```vue
365365
<template>

0 commit comments

Comments
 (0)