forgotten spaces and classes for js files

This commit is contained in:
batuhanbas 2020-01-29 16:11:24 +03:00
parent b55aee2dda
commit fecc5068f1
3 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</span>
</div>
<input type="text" :name="name" :value="value" :id="name" class="form-control" v-bind="attributes" v-on:input="onChange" v-model:input="forms.data[name]">
<div class="text-danger invalid-feedback" v-text="" style="display: block;" v-if="errors[name]">
<div class="text-danger invalid-feedback d-block" v-text="" v-if="errors[name]">
{{ errors[name][0] }}
</div>
</div>

View File

@ -20,9 +20,11 @@ Vue.use(DashboardPlugin);
const app = new Vue({
el: '#app',
mixins: [
Global
],
data: function () {
return {
form: new Form('revenue'),

View File

@ -20,9 +20,11 @@ Vue.use(DashboardPlugin);
const app = new Vue({
el: '#app',
mixins: [
Global
],
data: function () {
return {
form: new Form('module')