mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove EmailSubscribe code from games
This commit is contained in:
parent
cd16e65305
commit
40d5d9cbf1
1 changed files with 0 additions and 8 deletions
|
|
@ -8,12 +8,6 @@
|
||||||
{{ app.text }}
|
{{ app.text }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<!-- <div class="subscribe space-y-6 sm:space-x-6 mb-4">
|
|
||||||
<EmailSubscribe
|
|
||||||
:app-name="app.name"
|
|
||||||
/>
|
|
||||||
</div> -->
|
|
||||||
|
|
||||||
<ThomasCredit />
|
<ThomasCredit />
|
||||||
|
|
||||||
<div class="links space-y-6 sm:space-x-6 mb-8">
|
<div class="links space-y-6 sm:space-x-6 mb-8">
|
||||||
|
|
@ -102,7 +96,6 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import LinkButton from '~/components/link-button.vue'
|
import LinkButton from '~/components/link-button.vue'
|
||||||
import EmailSubscribe from '~/components/email-subscribe.vue'
|
|
||||||
import ThomasCredit from '~/components/thomas-credit.vue'
|
import ThomasCredit from '~/components/thomas-credit.vue'
|
||||||
|
|
||||||
import gameList from '~/static/game-list.json'
|
import gameList from '~/static/game-list.json'
|
||||||
|
|
@ -112,7 +105,6 @@ import gameList from '~/static/game-list.json'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
LinkButton,
|
LinkButton,
|
||||||
EmailSubscribe,
|
|
||||||
ThomasCredit
|
ThomasCredit
|
||||||
},
|
},
|
||||||
async asyncData ({ params: { slug } }) {
|
async asyncData ({ params: { slug } }) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue