diff --git a/README.md b/README.md index 0859fef..8210473 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# Vant Nuxt +
+
+
Vant module for Nuxt
## Features @@ -32,7 +36,7 @@ export default defineNuxtConfig({ ``` -Reference [Nuxt doc](https://nuxt.com/docs/guide/directory-structure/components) and [playground](./playground/app.vue) use. +Reference [Nuxt documentation](https://nuxt.com/docs/guide/directory-structure/components) and [playground](./playground/app.vue) use. ## Options diff --git a/package.json b/package.json index b952d11..0ab8d8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vant/nuxt", - "version": "1.0.0-beta.0", + "version": "1.0.0", "description": "Vant module for Nuxt", "license": "MIT", "type": "module",