mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
deleted template for profile and import style profile in profilepage.vue
This commit is contained in:
@@ -124,6 +124,7 @@ body, html {
|
||||
.profile {
|
||||
grid-area: profile;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,13 +6,7 @@
|
||||
|
||||
<header-component></header-component>
|
||||
|
||||
<div class="profile">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="payments">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -20,6 +14,7 @@
|
||||
import AsideBarComponent from "@/components/AsidebarComponent.vue";
|
||||
import ChatComponent from "@/components/ChatComponent.vue";
|
||||
import HeaderComponent from "@/components/HeaderComponent.vue";
|
||||
import '@/assets/css/PagesStyles/profile.css'
|
||||
|
||||
export default {
|
||||
components: { HeaderComponent, AsideBarComponent, ChatComponent }
|
||||
|
||||
Reference in New Issue
Block a user