registration.vue 219 B

123456789101112131415161718
  1. <template>
  2. <div>
  3. <UserAuthRegisterForm />
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. head() {
  9. return {
  10. title: "Регистрация — Амик.ру",
  11. };
  12. },
  13. };
  14. </script>
  15. <style>
  16. </style>