Skip to content

Commit

Permalink
chore: releases v1.0.5 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking committed Jun 30, 2024
1 parent 59782a7 commit 436d877
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"@nuxtjs/eslint-config-typescript"
],
"rules": {
"@typescript-eslint/no-unused-vars": [
"off"
]
"@typescript-eslint/no-unused-vars": "off"
}
}
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.4",
"version": "1.0.5",
"description": "Vant module for Nuxt",
"license": "MIT",
"type": "module",
Expand Down
1 change: 0 additions & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { defineNuxtConfig } from 'nuxt/config'
import Vant from '..'

export default defineNuxtConfig({
devtools: true,
modules: [Vant],
vant: {
lazyload: true
Expand Down

0 comments on commit 436d877

Please sign in to comment.