Upgraded dependencies, bumped to Node 24.
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
<script setup>
|
||||
import { format } from 'date-fns';
|
||||
|
||||
defineProps({
|
||||
scene: {
|
||||
type: Object,
|
||||
default: null,
|
||||
},
|
||||
user: {
|
||||
type: Object,
|
||||
default: null,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="meta">
|
||||
<div class="channel">
|
||||
@@ -44,21 +59,6 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { format } from 'date-fns';
|
||||
|
||||
defineProps({
|
||||
scene: {
|
||||
type: Object,
|
||||
default: null,
|
||||
},
|
||||
user: {
|
||||
type: Object,
|
||||
default: null,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.meta {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user