Add sigh
This commit is contained in:
+2
-2
@@ -75,7 +75,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-if="brands.length > 0" class="p-3" style="background-color: white; position: relative;
|
||||
<div v-if="brands.length > 0 && false" class="p-3" style="background-color: white; position: relative;
|
||||
z-index: 999;">
|
||||
<div>
|
||||
<el-carousel :interval="5000" type="card" height="300px">
|
||||
@@ -153,7 +153,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted(){
|
||||
this.$axios.get(`https://api-asanmarket.iran.liara.run/brands`).then((res)=>{
|
||||
this.$axios.get(`/api/public/brand`).then((res)=>{
|
||||
this.brands = res.data
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user