invoice and bill status reflected
This commit is contained in:
		| @@ -15,12 +15,18 @@ import Global from './../../mixins/global'; | ||||
| import Form from './../../plugins/form'; | ||||
| import BulkAction from './../../plugins/bulk-action'; | ||||
|  | ||||
| import {Tooltip} from 'element-ui'; | ||||
|  | ||||
| // plugin setup | ||||
| Vue.use(DashboardPlugin); | ||||
| Vue.use(DashboardPlugin, Tooltip); | ||||
|  | ||||
| const app = new Vue({ | ||||
|     el: '#app', | ||||
|  | ||||
|     components: { | ||||
|         [Tooltip.name]: Tooltip, | ||||
|     }, | ||||
|  | ||||
|     mixins: [ | ||||
|         Global | ||||
|     ], | ||||
|   | ||||
							
								
								
									
										8
									
								
								resources/assets/js/views/sales/revenues.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								resources/assets/js/views/sales/revenues.js
									
									
									
									
										vendored
									
									
								
							| @@ -15,12 +15,18 @@ import Global from './../../mixins/global'; | ||||
| import Form from './../../plugins/form'; | ||||
| import BulkAction from './../../plugins/bulk-action'; | ||||
|  | ||||
| import {Tooltip} from 'element-ui'; | ||||
|  | ||||
| // plugin setup | ||||
| Vue.use(DashboardPlugin); | ||||
| Vue.use(DashboardPlugin, Tooltip); | ||||
|  | ||||
| const app = new Vue({ | ||||
|     el: '#app', | ||||
|  | ||||
|     components: { | ||||
|         [Tooltip.name]: Tooltip, | ||||
|     }, | ||||
|  | ||||
|     mixins: [ | ||||
|         Global | ||||
|     ], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user