fix: remove props prefix from template
This commit is contained in:
parent
9f375ecd7d
commit
b224b331f5
@ -8,7 +8,7 @@
|
|||||||
required
|
required
|
||||||
:type="passwordFieldType"
|
:type="passwordFieldType"
|
||||||
autocomplete="current-password"
|
autocomplete="current-password"
|
||||||
:tabindex="props.tabindex"
|
:tabindex="tabindex"
|
||||||
@keyup.enter="e => $emit('submit', e)"
|
@keyup.enter="e => $emit('submit', e)"
|
||||||
@focusout="() => {validate(); validateAfterFirst = true}"
|
@focusout="() => {validate(); validateAfterFirst = true}"
|
||||||
@keyup="() => {validateAfterFirst ? validate() : null}"
|
@keyup="() => {validateAfterFirst ? validate() : null}"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<Loading
|
<Loading
|
||||||
v-if="props.isLoading && !ganttBars.length || dayjsLanguageLoading"
|
v-if="isLoading && !ganttBars.length || dayjsLanguageLoading"
|
||||||
class="gantt-container"
|
class="gantt-container"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user