forked from Ivasoft/geovisio-website
factoring
This commit is contained in:
@@ -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 },
|
||||
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user