Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinlic committed Apr 27, 2024
1 parent 414f047 commit 3f11c34
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/.vitepress/theme/components/MAsideSponsors.vue
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
<script setup lang="ts">
import { VPDocAsideSponsors } from 'vitepress/theme'
// import { VPDocAsideSponsors } from 'vitepress/theme'
const data = [
{
items: [{ img: 'https://qn.huat.xyz/mac/202308122340742.jpg' }]
},
{
items: [{ img: 'https://qn.huat.xyz/mac/202308122340353.jpg' }]
}
]
</script>

<template>
<VPDocAsideSponsors :data="data" />
<!-- <VPDocAsideSponsors :data="data" /> -->
</template>

<style>
Expand Down

0 comments on commit 3f11c34

Please sign in to comment.