Closed aeksco closed 6 years ago
We currently have two components for the auth_register container:
auth_register
src/containers/auth_register/index.vue
src/containers/auth_register/components/layout.vue
These should be combined into ONE component - simply merge the <template> and <script> tags from layout.vue into index.vue and delete layout.vue when you're done
<template>
<script>
layout.vue
index.vue
Resolved by #128
We currently have two components for the
auth_register
container:src/containers/auth_register/index.vue
src/containers/auth_register/components/layout.vue
These should be combined into ONE component - simply merge the
<template>
and<script>
tags fromlayout.vue
intoindex.vue
and deletelayout.vue
when you're done