Skip to content

Commit

Permalink
chore: releases v1.0.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking committed Feb 16, 2023
1 parent ae23754 commit ba3ce07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Vant Nuxt
<p align="center">
<img alt="logo" src="https://fastly.jsdelivr.net/npm/@vant/assets/logo.png" width="120" height="120" style="margin-bottom: 10px;">
</p>

> Vant module for Nuxt
<h1 align="center">Vant Nuxt</h1>

<p align="center"><b>Vant module for Nuxt</b></p>

## Features

Expand Down Expand Up @@ -32,7 +36,7 @@ export default defineNuxtConfig({
</template>
```

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ba3ce07

Please sign in to comment.