You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template><muc-button @click="clearWarnings">Reset</muc-button><muc-file-dropzoneref="dropZone"button-text="Dokument hochladen"max-file-size="1"maxFileSizeWarning="Eine Datei hat mehr als 2 MB und kann nicht angefügt werden."/></template><script>import{ useTemplateRef }from'vue';constdropZone=useTemplateRef('dropZone');constclearWarnings=()=>dropZone.value.clearWarnings();</script
We should minimize the amount of watcher we introduce with components!
Originally posted by @langehm in #345 (comment)
The text was updated successfully, but these errors were encountered: