This commit is contained in:
rakesh 2022-01-24 19:25:04 +05:30
parent 4ffb843e46
commit dc8b7fdbd5
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
{"branch_name":"beta","last_commit_date":"2022-01-24T12:46:48.000Z","last_commit_author":"anju j","last_commit_hash":"29509c005abdd92691f4543999a119df3fd403c0"} {"branch_name":"beta","last_commit_date":"2022-01-24T12:54:49.000Z","last_commit_author":"rakesh","last_commit_hash":"4ffb843e46532353dd9a1963aa9f3f079c2ebed2"}

View File

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<v-row v-if="searchResults.page.length && !inProgress" class="mx-4"> <v-row v-if="searchResults.page.length && !inProgress" >
<v-col cols="12" lg="12" md="12" sm="12" > <v-col cols="12" lg="12" md="12" sm="12" >
<v-row v-if="inProgress"> <v-row v-if="inProgress">
<v-col <v-col
@ -109,7 +109,7 @@
sm="12" sm="12"
cols="12" v-else> cols="12" v-else>
<v-alert type="error" text class="font-weight-300 body-font h3">{{ <v-alert small class="ma-0 pa-0" type="error" text >{{
noProducts noProducts
}}</v-alert> }}</v-alert>
</v-col> </v-col>

View File

@ -27,6 +27,7 @@
v-model="searchData" v-model="searchData"
v-on="on" v-on="on"
@input="searchProducts" @input="searchProducts"
hide-details
> >
</v-text-field> </v-text-field>
</template> </template>