北京经济技术开发区经开区虚拟城市项目-【前端】--政府服务中心-1号屏Web
Surpriseplus
2023-10-07 a77448eb072f10dd3827694140f87c3069b1dba4
src/components/poplayer/coord.vue
@@ -1,16 +1,17 @@
<template>
  <div v-if="state.show">
    <poplayer :list="list" />
    <location :list="list"></location>
  </div>
</template>
<script>
import poplayer from "./location.vue";
import location from "./location.vue";
import store from "@/utils/store";
export default {
  name: "Main",
  components: {
    poplayer,
    location,
  },
  data() {
    return {