Skip to content

Commit

Permalink
fix(MdDatepicker): remove in template (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
snarcraft committed Jun 17, 2022
1 parent 4ecf3c0 commit 6ddf96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdDatepicker/MdDatepicker.vue
@@ -1,5 +1,5 @@
<template>
<md-field :class="['md-datepicker', { 'md-native': !this.mdOverrideNative }]" :md-clearable="mdClearable" @md-clear="onClear">
<md-field :class="['md-datepicker', { 'md-native': !mdOverrideNative }]" :md-clearable="mdClearable" @md-clear="onClear">
<md-date-icon class="md-date-icon" @click.native="toggleDialog" />
<md-input :type="type" ref="input" v-model="inputDate" @focus.native="onFocus" :pattern="pattern" />

Expand Down

0 comments on commit 6ddf96b

Please sign in to comment.