Skip to content

Commit 1de24e5

Browse files
authored
fix v-bind for passing props fixes #32 (#33)
* fix v-bind for passing props * fix lint issues
1 parent 30aedbd commit 1de24e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<q-input :error="has_error" :model-value="number" class="vue3-q-tel-input no-inherit-feedback" @update:model-value="phoneChanged" :maxlength="prev_value.length" :v-bind="$props">
2+
<q-input :error="has_error" :model-value="number" class="vue3-q-tel-input no-inherit-feedback" @update:model-value="phoneChanged" :maxlength="prev_value.length" v-bind="$props">
33
<template #prepend>
44
<CountrySelection
55
:use-icon="useIcon"

0 commit comments

Comments
 (0)