Dashboard vue instance

This commit is contained in:
Cüneyt Şentürk 2020-02-17 12:04:53 +03:00
parent 71e0306eb2
commit 4a847c287d
3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
@mixin form-control-focus() {
@mixin form-control-focus($ignore-warning: false) {
&:focus {
color: $input-focus-color;
background-color: $input-focus-bg;

View File

@ -161,5 +161,7 @@
@endsection
@push('scripts_start')
<script src="https://unpkg.com/vue"></script>
<script src="{{ asset('public/js/common/dashboards.js?v=' . version('short')) }}"></script>
@endpush

View File

@ -9,10 +9,6 @@
<script src="{{ asset('public/js/common/search.js?v=' . version('short')) }}"></script>
<script src="{{ asset('public/0.js?v=' . version('short')) }}"></script>
<script src="https://unpkg.com/vue"></script>
@stack('charts')
<script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.0.2/echarts-en.min.js" charset=utf-8></script>