浏览代码

minor fixes

olinox14 1 年之前
父节点
当前提交
30406ff078
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      components/Contact.vue
  2. 1 1
      nuxt.config.ts

+ 1 - 1
components/Contact.vue

@@ -43,7 +43,7 @@
 
         <v-row>
           <v-col cols="12" class="captcha-container">
-            <AltchaValidation/>
+            <AltchaValidation />
             <v-checkbox
               v-model="honeyPotChecked"
               :rules="[validateCaptcha]"

+ 1 - 1
nuxt.config.ts

@@ -58,7 +58,7 @@ export default defineNuxtConfig({
   ],
   vite: {
     esbuild: {
-      // drop: process.env.DEBUG ? [] : ['console', 'debugger'],
+      drop: process.env.DEBUG ? [] : ['console', 'debugger'],
       tsconfigRaw: {
         compilerOptions: {
           experimentalDecorators: true,