Browse Source

feat: 增加CSSProperties

TIANYONG 7 tháng trước cách đây
mục cha
commit
6e559e766b
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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;
+  }
+}