index.vue 233 B

12345678910111213141516171819
  1. <template>
  2. <div class="app-container">文旅资源分析</div>
  3. </template>
  4. <script>
  5. export default {
  6. components: {},
  7. data() {
  8. return {}
  9. },
  10. computed: {},
  11. created() {
  12. },
  13. mounted() {
  14. },
  15. methods: {}
  16. }
  17. </script>