diff --git a/src/components/file/VLabelErrorProxy.vue b/src/components/file/VLabelErrorProxy.vue index f56afe3..1274c65 100644 --- a/src/components/file/VLabelErrorProxy.vue +++ b/src/components/file/VLabelErrorProxy.vue @@ -21,3 +21,7 @@ watch(() => props.hasError, (val) => { emit('update:error', val); }); + +