File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed
Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div
3- class =" main-container"
4- :class =" { 'has-top-banner': showTopBanner }"
5- >
6- <BannerTop
7- v-if =" showTopBanner"
8- @close =" closeBannerTop"
9- />
2+ <div class =" main-container" >
103 <ParentLayout >
114 <template #page-top >
125 <CarbonAds
@@ -71,22 +64,11 @@ export default {
7164 components: {
7265 ParentLayout,
7366 CarbonAds,
74- BuySellAds,
75- BannerTop : () => import (' ./components/VueSchool/BannerTop.vue' )
67+ BuySellAds
7668 },
7769 data () {
7870 return {
79- sponsors,
80- showTopBanner: false
81- }
82- },
83- mounted () {
84- this .showTopBanner = ! localStorage .getItem (' VS_BF21_BANNER_CLOSED' )
85- },
86- methods: {
87- closeBannerTop () {
88- this .showTopBanner = false
89- localStorage .setItem (' VS_BF21_BANNER_CLOSED' , 1 )
71+ sponsors
9072 }
9173 }
9274}
You can’t perform that action at this time.
0 commit comments