mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-25 09:20:34 +01:00
Fixing the invisibles posts
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user