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'
55definePageMeta ({
66 middleware(to ) {
77 if (! to .query .qr ) {
8- return navigateTo ({ name : ' pricing' })
8+ return navigateTo ({ path : ' / pricing' })
99 }
1010 },
1111})
@@ -46,7 +46,7 @@ whenever(error, (err) => {
4646
4747whenever (data , (response ) => {
4848 if (response ?.data ?.status === PaymentStatus .RESOLVED ) {
49- navigateTo ({ name : ' app' })
49+ navigateTo ({ path : ' / app' })
5050 }
5151 else {
5252 notifyError ({
Original file line number Diff line number Diff line change 11{
22 "name" : " @thecodeorigin/nuxt" ,
33 "type" : " module" ,
4- "version" : " 2.6.2 " ,
4+ "version" : " 2.6.3 " ,
55 "publishConfig" : {
66 "registry" : " https://registry.npmjs.org" ,
77 "access" : " public"
You can’t perform that action at this time.
0 commit comments