recover.vue 235 B

123456789101112131415161718
  1. <template>
  2. <div>
  3. <UserAuthRecoverForm />
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. head() {
  9. return {
  10. title: 'Восстановление пароля — Амик.ру'
  11. }
  12. }
  13. };
  14. </script>
  15. <style>
  16. </style>