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 ()
{
-5
View File
@@ -13,7 +13,6 @@
import Overlay from '@zero/services/overlay.js'
import Notification from '@zero/services/notification.js'
import { isArray as _isArray, filter as _filter, groupBy as _groupBy, each as _each, difference as _difference } from 'underscore'
import { computed } from 'vue'
export default {
name: 'uiForm',
@@ -50,10 +49,6 @@
submitBlocked: false
}),
provide: () => ({
formData: 'my-state'
}),
watch: {
'$route': function ()
{