File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <p class =" area-date" >{{ formettedPublishedAt }}</p >
2
+ <p class =" area-date" >{{ formattedPublishedAt }}</p >
3
3
</template >
4
4
5
5
<script >
@@ -13,7 +13,7 @@ export default {
13
13
}
14
14
},
15
15
computed: {
16
- formettedPublishedAt () {
16
+ formattedPublishedAt () {
17
17
return formatDate (this .publishedAt )
18
18
}
19
19
}
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" area-article-sub-infos-container" >
3
3
<div class =" article-sub-info" >
4
- 公開日:<span class =" published-at" >{{ formettedPublishedAt }}</span >
4
+ 公開日:<span class =" published-at" >{{ formattedPublishedAt }}</span >
5
5
</div >
6
6
<div class =" article-sub-info" >
7
7
獲得トークン:<span class =" token-amount" >{{ formattedTokenAmount }}</span >
@@ -25,7 +25,7 @@ export default {
25
25
}
26
26
},
27
27
computed: {
28
- formettedPublishedAt () {
28
+ formattedPublishedAt () {
29
29
return formatDate (this .publishedAt )
30
30
},
31
31
formattedTokenAmount () {
You can’t perform that action at this time.
0 commit comments