diff --git a/src/components/common/common-content-top/index.vue b/src/components/common/common-content-top/index.vue new file mode 100644 index 00000000..00cfb43f --- /dev/null +++ b/src/components/common/common-content-top/index.vue @@ -0,0 +1,36 @@ + + + + + \ No newline at end of file diff --git a/src/config/const/common-top.ts b/src/config/const/common-top.ts new file mode 100644 index 00000000..557280df --- /dev/null +++ b/src/config/const/common-top.ts @@ -0,0 +1,6 @@ + +const defaultTopCommon: componentsTopStyle = { + time_value: '', +}; + +export default defaultTopCommon;