江河模块报错修复
This commit is contained in:
@@ -29,14 +29,15 @@
|
||||
*
|
||||
*/
|
||||
import BaseStatistic from "./base.vue";
|
||||
import AvgStatistic from "./avg";
|
||||
import CityCountyPlace from "./city-county-place";
|
||||
import AreaBase from "./area-base";
|
||||
// import AvgStatistic from "./avg";
|
||||
// import CityCountyPlace from "./city-county-place";
|
||||
// import AreaBase from "./area-base";
|
||||
export default {
|
||||
name: 'StatisticAirIndex',
|
||||
components: {
|
||||
// eslint-disable-next-line vue/no-unused-components
|
||||
BaseStatistic,AvgStatistic,CityCountyPlace,AreaBase
|
||||
BaseStatistic
|
||||
// ,AvgStatistic,CityCountyPlace,AreaBase
|
||||
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user