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

@@ -15,7 +15,7 @@
</template>
<script lang="ts">
import {computed, useContext} from "@nuxtjs/composition-api";
import {computed, defineComponent, useContext} from "@nuxtjs/composition-api";
interface FormationProps {
title: string,
@@ -25,7 +25,7 @@ interface FormationProps {
end: string
}
export default {
export default defineComponent({
name: "Formation",
props: {
title: {
@@ -65,7 +65,7 @@ export default {
getEndDate
}
}
}
})
</script>
<style scoped>