File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { PaymentStatus } from '@base/server/db/schemas'
5
5
definePageMeta ({
6
6
middleware(to ) {
7
7
if (! to .query .qr ) {
8
- return navigateTo ({ name : ' pricing' })
8
+ return navigateTo ({ path : ' / pricing' })
9
9
}
10
10
},
11
11
})
@@ -46,7 +46,7 @@ whenever(error, (err) => {
46
46
47
47
whenever (data , (response ) => {
48
48
if (response ?.data ?.status === PaymentStatus .RESOLVED ) {
49
- navigateTo ({ name : ' app' })
49
+ navigateTo ({ path : ' / app' })
50
50
}
51
51
else {
52
52
notifyError ({
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @thecodeorigin/nuxt" ,
3
3
"type" : " module" ,
4
- "version" : " 2.6.2 " ,
4
+ "version" : " 2.6.3 " ,
5
5
"publishConfig" : {
6
6
"registry" : " https://registry.npmjs.org" ,
7
7
"access" : " public"
You can’t perform that action at this time.
0 commit comments