Dashboard and setting->email page issue solved.

This commit is contained in:
Cüneyt Şentürk
2020-02-19 11:10:27 +03:00
parent 8b9c7bfb9d
commit 9c84d267fc
8 changed files with 7 additions and 32 deletions

View File

@@ -10,14 +10,6 @@
</div>
</div>
@push('charts')
<script>
var widget_donut_{{ $class->model->id }} = new Vue({
el: '#widget-donut-{{ $class->model->id }}',
});
</script>
@endpush
@push('body_scripts')
{!! $chart->script() !!}
@endpush