Skip to content

Commit e9e2245

Browse files
committed
chore: rename uppercased file
1 parent 45d21ba commit e9e2245

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<script setup>
33
import { ref } from 'vue'
44
import { createInput } from '@formkit/vue'
5-
import OneTimePassword from './one-time-password.vue'
5+
import OneTimePassword from '@content/_examples/otp-copy-paste/one-time-password.vue'
66
77
const values = ref({})
88
const otp = createInput(OneTimePassword, {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup>
22
import { ref } from 'vue'
33
import { createInput } from '@formkit/vue'
4-
import OneTimePassword from './one-time-password.vue'
4+
import OneTimePassword from '@content/_examples/otp-first-value/one-time-password.vue'
55
66
const values = ref({})
77
const otp = createInput(OneTimePassword)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<script setup>
33
import { ref } from 'vue'
44
import { createInput } from '@formkit/vue'
5-
import OneTimePassword from './one-time-password.vue'
5+
import OneTimePassword from '@content/_examples/otp-handlers/one-time-password.vue'
66
77
const values = ref({})
88
const otp = createInput(OneTimePassword, {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup>
22
import { ref } from 'vue'
33
import { createInput } from '@formkit/vue'
4-
import OneTimePassword from './one-time-password.vue'
4+
import OneTimePassword from '@content/_examples/otp-register/one-time-password.vue'
55
66
const values = ref({})
77
const otp = createInput(OneTimePassword)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<script setup>
33
import { ref } from 'vue'
44
import { createInput } from '@formkit/vue'
5-
import OneTimePassword from './one-time-password.vue'
5+
import OneTimePassword from '@content/_examples/otp-tags/one-time-password.vue'
66
77
const values = ref({})
88
const otp = createInput(OneTimePassword, {

0 commit comments

Comments
 (0)