diff --git a/src/App.vue b/src/App.vue
index c7bc89e..7ba3470 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,16 +9,16 @@
- 11月30日 周一
+ {{this.$moment().format("MM月DD日")}} {{week}}
{{this.$moment().format("YYYY-MM-DD")}}
-
![]()
+
- {{item.day}}
- {{item.temperature}}
+ {{item.date}}
+ {{item.high}}-{{item.low}}
@@ -32,6 +32,7 @@