Welcome.vue 192 B

123456789101112
  1. <!--
  2. * @Description:
  3. * @Version: 1.0
  4. * @Autor: zhuyijun
  5. * @Date: 2021-11-21 21:22:58
  6. * @LastEditTime: 2021-11-21 21:22:58
  7. -->
  8. <template>
  9. <div>
  10. <h3>Welcome</h3>
  11. </div>
  12. </template>