Merge pull request #1199 from batuhawk/master

Forgotten spaces and classes for js files
This commit is contained in:
Batuhan Baş 2020-01-29 16:12:03 +03:00 committed by GitHub
commit 83861ce1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')