Commit b9d278cb973422f4a9e6f901c9ae324d866c1456
1 parent
22fb20b3
init
Showing
4 changed files
with
15 additions
and
3 deletions
.idea/vcs.xml
0 → 100644
package.json
@@ -10,6 +10,7 @@ | @@ -10,6 +10,7 @@ | ||
10 | "build": "node build/build.js" | 10 | "build": "node build/build.js" |
11 | }, | 11 | }, |
12 | "dependencies": { | 12 | "dependencies": { |
13 | + "ajv-keywords": "^3.2.0", | ||
13 | "axios": "^0.18.0", | 14 | "axios": "^0.18.0", |
14 | "babel-polyfill": "^6.26.0", | 15 | "babel-polyfill": "^6.26.0", |
15 | "echarts": "^4.1.0", | 16 | "echarts": "^4.1.0", |
postcss.config.js
0 → 100644
src/components/weather/index.vue
@@ -26,9 +26,9 @@ | @@ -26,9 +26,9 @@ | ||
26 | }, | 26 | }, |
27 | computed: { | 27 | computed: { |
28 | //weather_news: this.$store.weather.weather_news | 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 | methods: { | 33 | methods: { |
34 | //请求天气 | 34 | //请求天气 |