Skip to content

Commit ba3ce07

Browse files
authored
chore: releases v1.0.0 (#4)
1 parent ae23754 commit ba3ce07

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# Vant Nuxt
1+
<p align="center">
2+
<img alt="logo" src="https://fastly.jsdelivr.net/npm/@vant/assets/logo.png" width="120" height="120" style="margin-bottom: 10px;">
3+
</p>
24

3-
> Vant module for Nuxt
5+
<h1 align="center">Vant Nuxt</h1>
6+
7+
<p align="center"><b>Vant module for Nuxt</b></p>
48

59
## Features
610

@@ -32,7 +36,7 @@ export default defineNuxtConfig({
3236
</template>
3337
```
3438

35-
Reference [Nuxt doc](https://nuxt.com/docs/guide/directory-structure/components) and [playground](./playground/app.vue) use.
39+
Reference [Nuxt documentation](https://nuxt.com/docs/guide/directory-structure/components) and [playground](./playground/app.vue) use.
3640

3741
## Options
3842

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vant/nuxt",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0",
44
"description": "Vant module for Nuxt",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)