File tree Expand file tree Collapse file tree 4 files changed +7
-69
lines changed Expand file tree Collapse file tree 4 files changed +7
-69
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ declare module 'vue' {
136136 IntroductionSlaDeck : typeof import ( './src/components/introduction/SlaDeck.vue' ) [ 'default' ]
137137 PageFeatures : typeof import ( './src/components/PageFeatures.vue' ) [ 'default' ]
138138 PromotedBase : typeof import ( './src/components/promoted/Base.vue' ) [ 'default' ]
139- PromotedBitterBrains : typeof import ( './src/components/promoted/BitterBrains.vue' ) [ 'default' ]
140139 PromotedCarbon : typeof import ( './src/components/promoted/Carbon.vue' ) [ 'default' ]
141140 PromotedDiscovery : typeof import ( './src/components/promoted/Discovery.vue' ) [ 'default' ]
142141 PromotedEntry : typeof import ( './src/components/promoted/Entry.vue' ) [ 'default' ]
Original file line number Diff line number Diff line change 44 <component :is =" Component" />
55 </v-fade-transition >
66 </router-view >
7+
8+ <PromotedScript
9+ id =" bitterbrainsads-script"
10+ script-id =" _bitterbrainsads_js"
11+ src =" //media.bitterbrains.com/main.js?from=VUETIFY&type=top"
12+ async
13+ />
714</template >
815
916<script setup lang="ts">
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<template >
2- <PromotedBitterBrains v-if =" user.one.ads.enabled" />
3-
42 <PromotedCarbon v-if =" user.one.ads.enabled" />
53
64 <VoPromotionsCardVuetify v-else-if =" user.one.ads.house" />
You can’t perform that action at this time.
0 commit comments