login_three.vue 205 B

123456789101112131415161718192021
  1. <template>
  2. <view class="login_three">
  3. 找回密码
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. };
  11. }
  12. }
  13. </script>
  14. <style lang="scss">
  15. .login_three{
  16. }
  17. </style>