From ba3ce07d43e1c69648ab44a7a55d97d87a27402c Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 16 Feb 2023 17:24:55 +0800 Subject: [PATCH] chore: releases v1.0.0 (#4) --- README.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0859fef..8210473 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# Vant Nuxt +

+ logo +

-> Vant module for Nuxt +

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",