File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 :reduce =" author => author.id"
3131 :get-option-label =" getOptionLabel" >
3232 </v-select >
33+ <!-- class="p-0 form-control"-->
3334 <has-error
3435 :form =" form"
3536 field =" user_id" />
163164
164165<script >
165166import Form from " vform" ;
167+ import toast from ' ../mixins/message'
166168
167169export default {
168170 middleware: ' auth' ,
171+ mixins: [toast],
169172 data () {
170173 return {
171174 create_modal_show: false ,
Original file line number Diff line number Diff line change @@ -5,15 +5,12 @@ import 'bootstrap/dist/css/bootstrap.css'
55import 'bootstrap-vue/dist/bootstrap-vue.css'
66import vSelect from 'vue-select'
77import 'vue-select/dist/vue-select.css' ;
8- import toast from '../mixins/message'
98
109Vue . use ( BootstrapVue )
1110Vue . use ( IconsPlugin )
1211Vue . use ( FormSelectPlugin )
1312Vue . use ( Vuex )
1413
15- Vue . mixin ( toast )
16-
1714Vue . component ( 'v-select' , vSelect )
1815
1916// Load store modules dynamically.
You can’t perform that action at this time.
0 commit comments