From 436d877d4c03e0d3553a9b09e323a8cc1a091197 Mon Sep 17 00:00:00 2001 From: qiang Date: Sun, 30 Jun 2024 14:00:51 +0800 Subject: [PATCH] chore: releases v1.0.5 (#37) --- .eslintrc | 4 +--- package.json | 2 +- playground/nuxt.config.ts | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.eslintrc b/.eslintrc index be379f8..b0f03a6 100644 --- a/.eslintrc +++ b/.eslintrc @@ -3,8 +3,6 @@ "@nuxtjs/eslint-config-typescript" ], "rules": { - "@typescript-eslint/no-unused-vars": [ - "off" - ] + "@typescript-eslint/no-unused-vars": "off" } } diff --git a/package.json b/package.json index 55e14f0..c8a086c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vant/nuxt", - "version": "1.0.4", + "version": "1.0.5", "description": "Vant module for Nuxt", "license": "MIT", "type": "module", diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 5468574..3aa991e 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -2,7 +2,6 @@ import { defineNuxtConfig } from 'nuxt/config' import Vant from '..' export default defineNuxtConfig({ - devtools: true, modules: [Vant], vant: { lazyload: true