vue3引用子组件
1、
import FunctionMen from "@/views/FunctionMen/index.vue";
2、
components: {
"FunctionMen-view": FunctionMen, // 功能面板组件
"ProductMen-view": ProductMen, //产品菜单组件
"Compass-view": compass, // 罗盘组件
"Holdall-view": holdall, // 功能面板组件
"LayerManagement-view": LayerManagement, //图层管理组件
"Prediction-view": prediction, // 功能面板组件
"Time-slider": timeSlider, // 时间条组件
TyphoonTrack: TyphoonTrack, // 功能面板组件
},
3、
<FunctionMen-view
:map="map"
@layerOperation="layerOperation"
@layerAttributeOperation="layerAttributeOperation"
@changeLayer="changeLayer"
@sliderOperation="sliderOperation"></FunctionMen-view>
浙公网安备 33010602011771号