Commit b9d278cb973422f4a9e6f901c9ae324d866c1456
1 parent
22fb20b3
init
Showing
4 changed files
with
15 additions
and
3 deletions
.idea/vcs.xml
0 → 100644
package.json
postcss.config.js
0 → 100644
src/components/weather/index.vue
| ... | ... | @@ -26,9 +26,9 @@ |
| 26 | 26 | }, |
| 27 | 27 | computed: { |
| 28 | 28 | //weather_news: this.$store.weather.weather_news |
| 29 | - ...mapState({ | |
| 30 | - weather_news:({weatherModule})=>weatherModule.weather_news | |
| 31 | - }) | |
| 29 | + // ...mapState({ | |
| 30 | + // weather_news:({weatherModule})=>weatherModule.weather_news | |
| 31 | + // }) | |
| 32 | 32 | }, |
| 33 | 33 | methods: { |
| 34 | 34 | //请求天气 | ... | ... |