diff --git a/Front/vue-unilife/src/components/PersonLayout.vue b/Front/vue-unilife/src/components/PersonLayout.vue new file mode 100644 index 0000000..5e6c053 --- /dev/null +++ b/Front/vue-unilife/src/components/PersonLayout.vue @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/Front/vue-unilife/src/components/Personal/AcountManager.vue b/Front/vue-unilife/src/components/Personal/AcountManager.vue index 162b2a5..6da00db 100644 --- a/Front/vue-unilife/src/components/Personal/AcountManager.vue +++ b/Front/vue-unilife/src/components/Personal/AcountManager.vue @@ -5,10 +5,13 @@ export default defineComponent({ name: 'Manager', }); + - \ No newline at end of file diff --git a/Front/vue-unilife/src/components/Personal/Home.vue b/Front/vue-unilife/src/components/Personal/Home.vue new file mode 100644 index 0000000..170b5e6 --- /dev/null +++ b/Front/vue-unilife/src/components/Personal/Home.vue @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/Front/vue-unilife/src/components/Personal.vue b/Front/vue-unilife/src/components/Personal/Personal.vue similarity index 72% rename from Front/vue-unilife/src/components/Personal.vue rename to Front/vue-unilife/src/components/Personal/Personal.vue index 081645f..fc8a4ba 100644 --- a/Front/vue-unilife/src/components/Personal.vue +++ b/Front/vue-unilife/src/components/Personal/Personal.vue @@ -1,5 +1,8 @@