From e98b159681bbe781f1a81bf8a83bb372bd05827a Mon Sep 17 00:00:00 2001 From: wangxiao Date: Wed, 30 Mar 2022 10:03:10 +0800 Subject: [PATCH] Rx7 readme --- README-CN.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-CN.md b/README-CN.md index 48b7828..c90c218 100644 --- a/README-CN.md +++ b/README-CN.md @@ -2,11 +2,11 @@ [English](README.md) | 简体中文 -将 [RxJS v6](https://github.com/ReactiveX/rxjs) 集成到 Vue.js。 +将 [RxJS v6+](https://github.com/ReactiveX/rxjs) 集成到 Vue.js。 > **相比 5.0 的不兼容变更** > -> - vue-rx v6 现在默认只对 RxJS V6 生效。如果你想继续使用 RxJS v5 风格的代码,安装 `rxjs-compat`。 +> - vue-rx v6 现在默认只对 RxJS V6+ 生效。如果你想继续使用 RxJS v5 风格的代码,安装 `rxjs-compat`。 ### 安装 diff --git a/README.md b/README.md index f8143c6..6d18b61 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ English | [简体中文](README-CN.md) -[RxJS v6](https://github.com/ReactiveX/rxjs) integration for Vue.js. +[RxJS v6+](https://github.com/ReactiveX/rxjs) integration for Vue.js. > **BREAKING CHANGES from 5.0** -> - vue-rx v6 now only works with RxJS v6 by default. If you want to keep using RxJS v5 style code, install `rxjs-compat`. +> - vue-rx v6 now only works with RxJS v6+ by default. If you want to keep using RxJS v5 style code, install `rxjs-compat`. ### Installation