File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
- import { onMounted } from ' vue'
2
+ import { ref , onMounted } from ' vue'
3
3
import SiteMap from ' ./SiteMap.vue'
4
4
// import NewsLetter from './NewsLetter.vue'
5
5
import { load , data , base } from ' ./sponsors'
6
6
import SponsorsGroup from ' ./SponsorsGroup.vue'
7
7
import VueMasteryModal from ' ./VueMasteryModal.vue'
8
8
9
+ const uwu = ref (false )
10
+
9
11
onMounted (async () => {
12
+ uwu .value = location .search .includes (' ?uwu' )
10
13
await load ()
11
14
})
12
15
</script >
13
16
14
17
<template >
15
18
<section id =" hero" >
19
+ <img
20
+ v-if =" uwu"
21
+ src =" /logo-uwu.svg"
22
+ style =" width : 100% ; max-width : 580px ; margin : -80px auto -20px "
23
+ />
16
24
<h1 class =" tagline" >
17
25
The
18
26
<span class =" accent" >Progressive</span >
You can’t perform that action at this time.
0 commit comments