Pārlūkot izejas kodu

Merge branch 'feature-tianyong' into dev

TIANYONG 8 mēneši atpakaļ
vecāks
revīzija
19469b537b
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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;
   }
 }