Skip to content

Commit 3556afe

Browse files
committed
typo
1 parent 0acb7b2 commit 3556afe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.zh-Hans.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ app.component('v-chart', VueECharts)
155155

156156
ECharts 的万能接口。修改这个 prop 会触发 ECharts 实例的 `setOption` 方法。查看[详情 →](https://echarts.apache.org/zh/option.html)
157157

158-
> 💡 在没有指定 `update-options` 时,如果直接修改 `option` 对象而引用保持不变,`setOption` 方法调用时将默认指定 `notMerge: false`;否则,如果为 `option` 绑定一个新的引用,将指定 `notMerge: true`
158+
> [!TIP]
159+
> 在没有指定 `update-options` 时,如果直接修改 `option` 对象而引用保持不变,`setOption` 方法调用时将默认指定 `notMerge: false`;否则,如果为 `option` 绑定一个新的引用,将指定 `notMerge: true`
159160
160161
- `update-options: object`
161162

@@ -195,8 +196,7 @@ app.component('v-chart', VueECharts)
195196
</template>
196197
```
197198

198-
> **Note**
199-
>
199+
> [!NOTE]
200200
> 仅支持 `.once` 修饰符,因为其它修饰符都与 DOM 事件机制强耦合。
201201
202202
Vue-ECharts 支持如下事件:

0 commit comments

Comments
 (0)