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)** + +为 `` 块提供智能提示和自动补全。 ## 安装