Implement Works images

This commit is contained in:
2020-12-15 18:31:35 +01:00
parent 78d9197044
commit bdbae1646f
7 changed files with 15 additions and 4 deletions

View File

@@ -29,6 +29,8 @@ export default {
computed: {
getColor() {
switch (this.color) {
case 'red':
return 'hover:bg-red-400'
case 'orange':
return 'hover:bg-orange-400'
case 'purple':