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
All checks were successful
Deploy to Production / deploy (push) Successful in 45s
This commit is contained in:
parent
cfc70acb26
commit
f6b5266b46
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue