This commit is contained in:
@@ -330,6 +330,12 @@ import NeumorphicCard from '../../components/core/NeumorphicCard.vue';
|
||||
import ProfessionalButton from '../../components/core/ProfessionalButton.vue';
|
||||
import StatCard from '../../components/core/StatCard.vue';
|
||||
|
||||
// Disable authentication for mockup
|
||||
definePageMeta({
|
||||
auth: false,
|
||||
layout: false
|
||||
});
|
||||
|
||||
// Data
|
||||
const mobileMenuOpen = ref(false);
|
||||
const profileMenuOpen = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user