Skip to content

Commit

Permalink
docs(time-picker): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Sep 18, 2022
1 parent 65f00d2 commit cf34203
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/varlet-ui/src/time-picker/docs/en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use `format` prop to change the format of the picker. The default value of `form
<script setup>
import { ref } from 'vue'
const date = ref('11:20')
const date = ref('15:20')
</script>

<template>
Expand All @@ -41,7 +41,7 @@ use `use-seconds` prop to show seconds
<script setup>
import { ref } from 'vue'
const date = ref('11:20')
const date = ref('17:36:22')
</script>

<template>
Expand All @@ -55,7 +55,7 @@ const date = ref('11:20')
<script setup>
import { ref } from 'vue'
const date = ref('11:20')
const date = ref('07:10')
</script>

<template>
Expand Down
6 changes: 3 additions & 3 deletions packages/varlet-ui/src/time-picker/docs/zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const date = ref('11:20')
<script setup>
import { ref } from 'vue'
const date = ref('11:20')
const date = ref('15:20')
</script>

<template>
Expand All @@ -42,7 +42,7 @@ const date = ref('11:20')
<script setup>
import { ref } from 'vue'
const date = ref('11:20')
const date = ref('17:36:22')
</script>

<template>
Expand All @@ -55,7 +55,7 @@ const date = ref('11:20')
<script setup>
import { ref } from 'vue'
const date = ref('11:20')
const date = ref('07:10')
</script>

<template>
Expand Down

0 comments on commit cf34203

Please sign in to comment.