docs: update docs
This commit is contained in:
parent
11ede1754f
commit
cd23571014
@ -14,7 +14,7 @@ const list = computed(() =>
|
||||
<template>
|
||||
<div class="contributors">
|
||||
<div v-for="contributor in list" :key="contributor.github" class="contributor">
|
||||
<img :src="`https://avatars.githubusercontent.com/${contributor.github}?v=4`" :alt="contributor.name" loading="lazy" width="460" height="460">
|
||||
<img :src="`https://avatars.githubusercontent.com/${contributor.github}?v=4`" :alt="contributor.name" loading="lazy" class="no-view" width="460" height="460">
|
||||
<a :href="`https://github.com/${contributor.github}`" target="_blank" rel="noopener noreferrer">{{ contributor.name }}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -117,14 +117,14 @@ config:
|
||||
|
||||
::: center
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
{.no-view}
|
||||
{.no-view}
|
||||
{.no-view}
|
||||
{.no-view}
|
||||
{.no-view}
|
||||
|
||||

|
||||

|
||||
{.no-view}
|
||||
{.no-view}
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user