feat(projects): intro and outro animations
This commit is contained in:
@@ -6,7 +6,8 @@ const store = useProjectsStore();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Background />
|
||||
|
||||
<Project v-if="!store.loading" />
|
||||
<template v-if="!store.loading">
|
||||
<Background />
|
||||
<Project />
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user