mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 12:57:44 +00:00
docs: fix Vue code samples' usage of formatReadableDate
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user