chore(docs): remove animation and confetti

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-05-02 23:27:09 +02:00
committed by Braks
parent f42aede440
commit af126607bc
3 changed files with 7 additions and 224 deletions
+5 -2
View File
@@ -3,9 +3,9 @@ import { $fetch } from 'ohmyfetch'
import Star from '~icons/carbon/star'
import Download from '~icons/carbon/download'
const starGazersCount = ref(1000)
const starGazersCount = ref(0)
const downloadCount = ref(10000)
const downloadCount = ref(0)
const starGazersCountTransitioned = useTransition(starGazersCount, {
duration: 1000,
@@ -21,6 +21,9 @@ const downloadCountTransitioned = useTransition(downloadCount, {
},
})
starGazersCount.value = 3000
downloadCount.value = 50000
Promise.all([
$fetch('https://api.github.com/repos/bcakmakoglu/vue-flow?page=$i&per_page=100').then((data) => {
starGazersCount.value = data.stargazers_count