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