File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const nav: ThemeConfig['nav'] = [
87
87
items : [
88
88
{ text : 'Blog' , link : 'https://blog.vuejs.org/' } ,
89
89
{ text : 'Twitter' , link : 'https://twitter.com/vuejs' } ,
90
- { text : 'Newsletter' , link : 'https://news.vuejs.org/' } ,
90
+ // { text: 'Newsletter', link: 'https://news.vuejs.org/' },
91
91
{ text : 'Events' , link : 'https://events.vuejs.org/' }
92
92
]
93
93
}
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
import { onMounted } from ' vue'
3
- import NewsLetter from ' ./NewsLetter.vue'
3
+ // import NewsLetter from './NewsLetter.vue'
4
4
import { load , data , base } from ' ./sponsors'
5
5
import SponsorsGroup from ' ./SponsorsGroup.vue'
6
6
import VueMasteryModal from ' ./VueMasteryModal.vue'
@@ -88,7 +88,7 @@ onMounted(async () => {
88
88
<SponsorsGroup tier =" gold" placement =" landing" />
89
89
</section >
90
90
91
- <NewsLetter />
91
+ <!-- < NewsLetter /> -- >
92
92
</template >
93
93
94
94
<style scoped>
You can’t perform that action at this time.
0 commit comments