From 3c563da1b752d3b6730bd6739e8f758deb923314 Mon Sep 17 00:00:00 2001 From: Rui Wu Date: Tue, 15 Oct 2024 15:57:06 +0800 Subject: [PATCH] docs: update --- packages/core/README.md | 6 ------ packages/volar/README.md | 4 +++- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/core/README.md b/packages/core/README.md index 10717d5..24a8dd1 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -125,12 +125,6 @@ export interface Options { } ``` -## TODO - -- [x] only update the changed page -- [x] [vite-plugin-uni-middleware](https://github.com/uni-helper/vite-plugin-uni-middleware) -- [x] pages [type](./src/config/types.ts) - ## Acknowledgement - [vite-plugin-pages](https://github.com/hannoeru/vite-plugin-pages.git) diff --git a/packages/volar/README.md b/packages/volar/README.md index a9759db..e613012 100644 --- a/packages/volar/README.md +++ b/packages/volar/README.md @@ -1,6 +1,8 @@ # @uni-helper/volar-service-uni-pages -为 `` 块 提供 IntelliSense +**仅支持 Volar v1,v2 支持受限,详见 [vuejs/language-tools#4709](https://github.com/vuejs/language-tools/issues/4709)** + +为 `` 块提供智能提示和自动补全。 ## 安装