Fixing the invisibles posts

This commit is contained in:
2021-04-20 12:57:52 +02:00
parent 4014ffd5d1
commit 733d5eec2e
24 changed files with 128 additions and 887 deletions

View File

@@ -18,10 +18,10 @@
</template>
<script lang="ts">
import {useAsync, useContext} from "@nuxtjs/composition-api";
import {defineComponent, useAsync, useContext} from "@nuxtjs/composition-api";
import {Formation} from "../../@types/types";
export default {
export default defineComponent({
name: "FormationsHome",
setup() {
const {$content} = useContext()
@@ -36,7 +36,7 @@ export default {
formations
}
}
}
})
</script>
<style scoped>