Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

felloz's avatar

creative-tim: Argon - Graphics dont work with mix

Hello, im installing Argon dashboard to test, but graphics stops working when I use id="app" in the main content. The Template works with vue because in the documentation they ask for install it 2. Type in your terminal: composer require laravel/ui and php artisan ui vue --auth

<div class="main-content" id="app">
        @include('layouts.navbars.navbar')
        @yield('content')
</div>

I wanna use id="app" so i can use Vue components with Laravel Mix but Graphics don't work

how it looks: https://imgur.com/DdoKYOI

Is there a way to fix this?

0 likes
0 replies

Please or to participate in this conversation.