LocationConfig.vue 171 B

123456789101112131415161718
  1. <template>
  2. </template>
  3. <script>
  4. export default {
  5. name: "Location",
  6. components: {},
  7. data() {
  8. return {}
  9. },
  10. methods: {}
  11. }
  12. </script>
  13. <style scoped>
  14. </style>