Commit f646c89a authored by TTS Kieu Tuan Anh's avatar TTS Kieu Tuan Anh

stash

parent 6c99a80b
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div> <div>
<!-- header top --> <!-- header top -->
<div class="header-top"> <div class="header-top">
<v-container> <v-container class="pa-0">
<v-row no-gutters> <v-row no-gutters>
<v-col <v-col
cols="12" cols="12"
......
<template> <template>
<v-container> <v-container>
<div class="navbar d-flex justify-space-between col-md-7"> <div class="navbar d-flex justify-space-between ">
<div class ="d-flex justify-space-between col-md-7">
<div> <div>
<span> <span>
Home Home
...@@ -38,6 +39,17 @@ ...@@ -38,6 +39,17 @@
</span> </span>
</div> </div>
</div> </div>
<div class="d-flex align-center ">
<v-icon>mdi-tag</v-icon>
<span class="mx-2">
Special offer!
</span>
<span class="mx-2">
Buy riode
</span>
</div>
</div>
</v-container> </v-container>
</template> </template>
......
<template>
<div>
<!-- Banners -->
<PageCarousels />
</div>
</template>
<script>
import PageCarousels from '@/components/PageCarousels'
export default {
layout: 'user',
component: {
PageCarousels
}
}
</script>
<style>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment