valaxy 0.14.24 → 0.14.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,7 @@ import type { Post } from 'valaxy'
7
7
 
8
8
  import dayjs from 'dayjs'
9
9
  import relativeTime from 'dayjs/plugin/relativeTime'
10
+
10
11
  const props = defineProps<{
11
12
  frontmatter: Post
12
13
  excerpt?: string
@@ -1,5 +1,6 @@
1
1
  <script lang="ts" setup>
2
2
  import { computed } from 'vue'
3
+
3
4
  const props = defineProps<{
4
5
  /**
5
6
  * Cur Page Number