1
0

Homepage base

This commit is contained in:
Jai A
2020-09-30 22:37:34 -07:00
parent fb38573b7e
commit 1c0cc8e91c
7 changed files with 210 additions and 2 deletions

View File

@@ -363,6 +363,10 @@ export default {
return []
},
},
isAd: {
type: Boolean,
default: false,
},
},
}
</script>