index.vue 407 Bytes
<!--
 * @Date: 2024-08-27 10:06:30
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2024-09-26 13:37:46
 * @FilePath: /hager/src/views/index.vue
 * @Description: 文件描述
-->
<template>
  <div></div>
</template>

<script>

export default {
  components: {},
  data () {
    return {
    }
  },
  async mounted () {
  },
  methods: {

  }
}
</script>

<style lang="less" scoped>
</style>