factoring

This commit is contained in:
Andreani Jean
2023-06-12 15:29:23 +02:00
parent d957d2b67f
commit c4b2fae7c5
13 changed files with 1890 additions and 1670 deletions

View File

@@ -31,10 +31,9 @@
</template>
<script lang="ts" setup>
import Button from '@/components/Button.vue'
import Link from '@/components/Link.vue'
const props = defineProps({
defineProps({
created: { type: String, default: null },
href: { type: String, default: null },
hrefHd: { type: String, default: null },

View File

@@ -14,7 +14,7 @@
</template>
<script lang="ts" setup>
import { ref, watchEffect, defineEmits } from 'vue'
import { ref, watchEffect } from 'vue'
const emit = defineEmits()
const props = defineProps({
name: { type: String, default: null },