fix: definePage import — use unplugin-vue-router/runtime not vue-router/auto-routes
All checks were successful
Deploy to Production / deploy (push) Successful in 45s

This commit is contained in:
BarnacleBoy 2026-05-18 13:16:26 +00:00
parent cfc70acb26
commit f6b5266b46

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { definePage } from 'vue-router/auto-routes'
import { definePage } from 'unplugin-vue-router/runtime'
import { useAuth } from '../../composables/useAuth'
import { usePreviewMode } from '../../composables/usePreviewMode'
import PreviewModeToggle from '@/components/molecules/PreviewModeToggle.vue'