Line data Source code
1 1 : <template lang="pug"> 2 0 : .row.no-gutters.x-error-list 3 0 : InputError(:showErrors="true" :errors="errors" :warnings="warnings") 4 0 : </template> 5 0 : <script src='./ErrorList.vue.js' /> 6 : <style lang='scss'> 7 : .x-error-list .b-alerts .alert:first-child { 8 : margin-top: 0.5rem !important; 9 : } 10 : </style>