File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
>
6
6
<div >
7
7
<p class =" text-sm font-medium text-stone-500" >
8
- <time :datetime =" $dayjs(props.date).format('YYYY-MM-DD')" >{{
9
- $dayjs(props.date).format('LL')
10
- }} </time >
8
+ <time :datetime =" $dayjs(props.date).format('YYYY-MM-DD')" >
9
+ {{ $dayjs(props.date).format('LL') }}
10
+ </time >
11
11
</p >
12
12
<h5
13
13
class =" md:mt-2 md:mb-4 mb-3 my-2 md:text-2xl text-lg font-semibold tracking-tight text-stone-700 font-manrope"
Original file line number Diff line number Diff line change 6
6
<time
7
7
class =" text-base font-medium text-stone-500"
8
8
:datetime =" $dayjs(data.date).format('YYYY-MM-DD')"
9
- >{{ $dayjs(data.date).format('LL') }}</time
10
9
>
10
+ {{ $dayjs(data.date).format('LL') }}
11
+ </time >
11
12
<h1
12
13
class =" md:mt-6 mt-2 mb-0 font-manrope md:text-3xl text-xl text-stone-700"
13
14
>
You can’t perform that action at this time.
0 commit comments