mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 20:38:46 +00:00
Fix CSS and JS (on dashboard)
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
@extends('layout.v2')
|
||||
@section('vite')
|
||||
@vite(['resources/assets/v2/sass/app.scss', 'resources/assets/v2/pages/dashboard/dashboard.js'])
|
||||
@endsection
|
||||
@section('content')
|
||||
|
||||
<div class="app-content">
|
||||
@@ -56,3 +53,7 @@
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
@section('scripts')
|
||||
<!-- hier load -->
|
||||
@vite(['resources/assets/v2/pages/dashboard/dashboard.js'])
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user