docs: fix Vue code samples' usage of formatReadableDate

This commit is contained in:
Corbin Crutchley
2023-12-21 06:07:57 -08:00
parent 0368741326
commit 2f9c257567
7 changed files with 7 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ function dateSuffix(dayNumber) {
const props = defineProps(["inputDate"]);
const dateStr = ref(formatDate(props.inputDate));
const labelText = ref(formatDate(props.inputDate));
const labelText = ref(formatReadableDate(props.inputDate));
</script>
<template>

View File

@@ -47,7 +47,7 @@ function dateSuffix(dayNumber) {
const props = defineProps(["inputDate"]);
const dateStr = ref(formatDate(props.inputDate));
const labelText = ref(formatDate(props.inputDate));
const labelText = ref(formatReadableDate(props.inputDate));
</script>
<template>

View File

@@ -47,7 +47,7 @@ function dateSuffix(dayNumber) {
const props = defineProps(["inputDate"]);
const dateStr = ref(formatDate(props.inputDate));
const labelText = ref(formatDate(props.inputDate));
const labelText = ref(formatReadableDate(props.inputDate));
</script>
<template>

View File

@@ -47,7 +47,7 @@ function dateSuffix(dayNumber) {
const props = defineProps(["inputDate"]);
const dateStr = ref(formatDate(props.inputDate));
const labelText = ref(formatDate(props.inputDate));
const labelText = ref(formatReadableDate(props.inputDate));
</script>
<template>

View File

@@ -47,7 +47,7 @@ function dateSuffix(dayNumber) {
const props = defineProps(["inputDate"]);
const dateStr = ref(formatDate(props.inputDate));
const labelText = ref(formatDate(props.inputDate));
const labelText = ref(formatReadableDate(props.inputDate));
</script>
<template>

View File

@@ -47,7 +47,7 @@ function dateSuffix(dayNumber) {
const props = defineProps(["inputDate"]);
const dateStr = ref(formatDate(props.inputDate));
const labelText = ref(formatDate(props.inputDate));
const labelText = ref(formatReadableDate(props.inputDate));
</script>
<template>

View File

@@ -47,7 +47,7 @@ function dateSuffix(dayNumber) {
const props = defineProps(["inputDate"]);
const dateStr = ref(formatDate(props.inputDate));
const labelText = ref(formatDate(props.inputDate));
const labelText = ref(formatReadableDate(props.inputDate));
</script>
<template>