diff --git a/README.md b/README.md index 6a37e88..648549d 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,7 @@ Find and replace all on all files (CMD+SHIFT+F): 1. Add `@ant-design-vue/nuxt` dependency to your project ```bash -# Using pnpm -pnpm add -D @ant-design-vue/nuxt - -# Using yarn -yarn add --dev @ant-design-vue/nuxt - -# Using npm -npm install --save-dev @ant-design-vue/nuxt +npx nuxi@latest module add ant-design-vue ``` 2. Add `@ant-design-vue/nuxt` to the `modules` section of `nuxt.config.ts` @@ -99,7 +92,7 @@ If you wish to add automatically import content from Ant Design Vue, you can add If there are components that are not imported automatically from @ant-design/icons-vue, you need to add the component name here. -### extractStyle +### extractStyle (1.4.1) * Type: `boolean`