mirror of
https://github.com/fmhy/edit.git
synced 2025-08-01 00:32:30 +10:00
k
This commit is contained in:
parent
df4eecc405
commit
16bf6230c0
57 changed files with 54 additions and 3461 deletions
|
@ -1,6 +1,6 @@
|
|||
<!-- eslint-disable vue/require-v-for-key -->
|
||||
<script setup lang="ts">
|
||||
import { data as posts } from './posts.data'
|
||||
import { data } from './posts.data'
|
||||
|
||||
const formatDate = (raw: string): string => {
|
||||
const date = new Date(raw)
|
||||
|
@ -9,6 +9,8 @@ const formatDate = (raw: string): string => {
|
|||
day: 'numeric'
|
||||
})
|
||||
}
|
||||
|
||||
const posts: any = data
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue