header remove from app.vue

This commit is contained in:
ogerly 2021-05-12 14:43:04 +02:00
parent 693a6aee67
commit 4885fb2f89

View File

@ -1,6 +1,5 @@
<template>
<div id="app" class="font-sans text-gray-800">
<header></header>
<div class="">
<particles-bg type="custom" :config="config" :bg="true" />
<component :is="$route.meta.requiresAuth ? 'DashboardLayout' : 'AuthLayoutGDD'" />