Sep 21, 2020
0
Level 1
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?
Please or to participate in this conversation.