Explorar el Código

Merge branch 'feature-tianyong' into dev

TIANYONG hace 8 meses
padre
commit
19469b537b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/shims-vue.d.ts

+ 3 - 1
src/shims-vue.d.ts

@@ -15,6 +15,8 @@ declare module '@vue/runtime-core' {
 
 declare module 'vue' {
   interface CSSProperties {
-    '--navBarHeight'?: string
+    '--navBarHeight'?: string;
+    '--barheight'?: string;
+    '--creationHeight'?: string;
   }
 }