show warning for developer for missing labels
This commit is contained in:
parent
b9c69a2272
commit
05a7e612aa
4 changed files with 22 additions and 9 deletions
|
|
@ -10,9 +10,10 @@
|
|||
<template v-if="backendDescriptionLabel">
|
||||
{{ backendDescriptionLabel + ' ' }}
|
||||
</template>
|
||||
<template v-else>
|
||||
<slot />
|
||||
<template v-else-if="source === 'admin'">
|
||||
MISSING LABEL FOR {{ path }}
|
||||
</template>
|
||||
<slot v-else />
|
||||
</label>
|
||||
<input
|
||||
:id="path"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue