1
0

Show call to action for task description if there is none

This commit is contained in:
kolaente
2021-01-20 22:33:11 +01:00
parent 4dac10454e
commit 9f35ac372b
2 changed files with 11 additions and 1 deletions

View File

@ -22,6 +22,7 @@
:upload-enabled="true"
@change="save"
placeholder="Click here to enter a description..."
empty-text="No description available yet."
v-model="task.description"/>
</div>
</template>