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