We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3473d00 commit c845900Copy full SHA for c845900
src/App.vue
@@ -5,7 +5,7 @@ import { RouterView } from 'vue-router';
5
<template>
6
<!-- Use key to re-generate the page view component on each navigation :key="$route.path" -->
7
<!-- Alteratively, use a watch() on each component to re-render dynamic data as needed -->
8
- <Toast position="top-center" />
+ <Toast position="bottom-right" />
9
<RouterView v-slot="{ Component }">
10
<Suspense timeout="0">
11
<template #default>
0 commit comments