Explorar el Código

不太记得修改了什么,但应该没什么重要的修改

chillqi hace 2 años
padre
commit
c12a6c41a1
Se han modificado 2 ficheros con 7 adiciones y 3 borrados
  1. 1 2
      src/components/Register.vue
  2. 6 1
      tsconfig.json

+ 1 - 2
src/components/Register.vue

@@ -98,7 +98,7 @@
 
         <el-form class="space-y-6 h-full">
 
-<!--          <el-row class="flex flex-row justify-between">-->
+          <el-row class="flex flex-row justify-between">
 
             <el-col :span="15">
               <el-form-item class="mb-0">
@@ -123,7 +123,6 @@
                 </select>
               </el-form-item>
             </el-col>
-
           </el-row>
 
 

+ 6 - 1
tsconfig.json

@@ -20,6 +20,11 @@
     "noUnusedParameters": true,
     "noFallthroughCasesInSwitch": true
   },
-  "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
+  "include": [
+    "src/**/*.ts",
+    "src/**/*.tsx",
+    "src/**/*.vue",
+    "auto-imports.d.ts"
+  ],
   "references": [{ "path": "./tsconfig.node.json" }]
 }