|
|
@@ -20,7 +20,13 @@ import IntelligentModule from "comps/IntelligentModule.vue";
|
|
|
import EnvironmentalModule from "comps/EnvironmentalModule.vue";
|
|
|
import Radar from "comps/Radar.vue";
|
|
|
import Swiper from "comps/Swiper.vue";
|
|
|
+import DamCard from "comps/DamCard.vue";
|
|
|
+import PortsCard from "comps/PortsCard.vue";
|
|
|
+import Warning from "comps/Warning.vue";
|
|
|
|
|
|
+app.component("Warning", Warning);
|
|
|
+app.component("PortsCard", PortsCard);
|
|
|
+app.component("DamCard", DamCard);
|
|
|
app.component("Swiper", Swiper);
|
|
|
app.component("Radar", Radar);
|
|
|
app.component("EnvironmentalModule", EnvironmentalModule);
|