From b3bb2e7a4bcdec960c1107f7bb6c3f71e1092b49 Mon Sep 17 00:00:00 2001 From: PENG Rui <1203802652@qq.com> Date: Fri, 26 Feb 2021 18:02:29 +0800 Subject: [PATCH] docs(README): remove outdated(already support defineAsyncComponent) (#651) --- README.md | 1 - README.zh-CN.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 0ae68e2a..1b2b1fb6 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,6 @@ defineComponent({ The following APIs introduced in Vue 3 are not available in this plugin. -- `defineAsyncComponent` - `onRenderTracked` - `onRenderTriggered` - `isProxy` diff --git a/README.zh-CN.md b/README.zh-CN.md index 53a25f5c..03819f91 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -453,7 +453,6 @@ defineComponent({ 以下在 Vue 3 新引入的 API ,在本插件中暂不适用: -- `defineAsyncComponent` - `onRenderTracked` - `onRenderTriggered` - `isProxy`