fixed all eslint errors and warning, compiled as PROD
This commit is contained in:
@@ -59,8 +59,8 @@ export default {
|
||||
return this.loadingItem
|
||||
},
|
||||
openModalCard (e) {
|
||||
console.log('openModalCard', this.isLoggedin);
|
||||
if(this.isloggedin){
|
||||
console.log('openModalCard', this.isLoggedin)
|
||||
if (this.isloggedin) {
|
||||
this.$modal.show(
|
||||
ModalCard,
|
||||
{ item: this.item },
|
||||
|
Reference in New Issue
Block a user