feat: display projects as pokemons in pokemon platinum
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import Background from "./Background.vue";
|
||||
import Projects from "./Projects.vue";
|
||||
import Buttons from "./Buttons.vue";
|
||||
|
||||
const store = useProjectsStore();
|
||||
|
||||
@@ -13,5 +13,5 @@ onMounted(async () => {
|
||||
<template>
|
||||
<Background />
|
||||
|
||||
<Projects v-if="!store.loading" />
|
||||
<Buttons v-if="!store.loading" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user