Sep 1, 2024, 12:00 AM
This commit is contained in:
@@ -104,17 +104,7 @@ const focusREADME = () => scrollToTop()
|
|||||||
</router-link>
|
</router-link>
|
||||||
</h1>
|
</h1>
|
||||||
<h4 class="subtitle is-5">
|
<h4 class="subtitle is-5">
|
||||||
<em>{{ user }}</em> -
|
<em>{{ user }}</em>
|
||||||
<img
|
|
||||||
v-show="store.isReadmeOffline"
|
|
||||||
src="/assets/offline.svg"
|
|
||||||
alt="offline"
|
|
||||||
/>
|
|
||||||
<img
|
|
||||||
v-show="!store.isReadmeOffline"
|
|
||||||
src="/assets/online.svg"
|
|
||||||
alt="online"
|
|
||||||
/>
|
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<slot />
|
<slot />
|
||||||
|
|||||||
Reference in New Issue
Block a user