Upgraded dependencies, bumped to Node 24.
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
<script setup>
|
||||
defineProps({
|
||||
entity: {
|
||||
type: Object,
|
||||
default: null,
|
||||
},
|
||||
showNetworkSymbol: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<a
|
||||
:href="`/${entity.type}/${entity.slug}`"
|
||||
@@ -22,19 +35,6 @@
|
||||
</a>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineProps({
|
||||
entity: {
|
||||
type: Object,
|
||||
default: null,
|
||||
},
|
||||
showNetworkSymbol: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.entity {
|
||||
width: 15rem;
|
||||
|
||||
Reference in New Issue
Block a user