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 {