import AInfoWindow from "@/components/AMap/infowindow/index.vue"; AInfoWindow.install = function (Vue) { Vue.component(AInfoWindow.name, AInfoWindow); }; export default AInfoWindow;