refactored showrooms page
This commit is contained in:
@ -32,11 +32,11 @@ export default {
|
||||
},
|
||||
created(){
|
||||
if(!this.items.length)
|
||||
this.getItems()
|
||||
this.getShowrooms()
|
||||
},
|
||||
methods: {
|
||||
...mapActions({
|
||||
getItems: 'Showrooms/getItems'
|
||||
getShowrooms: 'Showrooms/getShowrooms'
|
||||
})
|
||||
},
|
||||
components: {
|
||||
|
Reference in New Issue
Block a user