TIANYONG 7 месяцев назад
Родитель
Сommit
6e559e766b
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      src/shims-vue.d.ts

+ 6 - 0
src/shims-vue.d.ts

@@ -14,3 +14,9 @@ declare module '@vue/runtime-core' {
     $dayjs: dayjs.Dayjs
   }
 }
+
+declare module 'vue' {
+  interface CSSProperties {
+    '--barheight'?: string;
+  }
+}