Revert "vite++"

This reverts commit fcaa4f884c.
This commit is contained in:
2020-10-15 14:10:13 +02:00
parent bef5593b09
commit 3fc6fc20c6
16 changed files with 84 additions and 140 deletions
-3
View File
@@ -1,5 +1,4 @@
<template>
formData: {{formData}}
<div class="ui-error" v-if="visible">
<ui-message v-for="error in errors" :key="error.id" type="error" :text="error.message" :title="error.field" />
</div>
@@ -32,8 +31,6 @@
errors: []
}),
inject: [ 'formData' ],
mounted ()
{