This website requires JavaScript.
Explore
Help
Sign In
village-hall
/
opnform
Watch
1
Star
0
Fork
You've already forked opnform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a52fae9ef9
opnform
/
client
/
pages
/
settings
/
index.vue
8 lines
108 B
Vue
Raw
Normal View
History
Unescape
Escape
Migrate to nuxt settings page AND remove axios (#266) * Settings pages migration * remove axios and use opnFetch * Make created form reactive (#267) * Remove verify pages and axios lib --------- Co-authored-by: Julien Nahum <julien@nahum.net>
2024-01-02 12:09:41 +00:00
<
script
setup
>
Fix custom redirect (#273)
2024-01-04 16:05:29 +00:00
definePageMeta
(
{
redirect
:
to
=>
{
return
{
name
:
'settings-profile'
}
}
Migrate to nuxt settings page AND remove axios (#266) * Settings pages migration * remove axios and use opnFetch * Make created form reactive (#267) * Remove verify pages and axios lib --------- Co-authored-by: Julien Nahum <julien@nahum.net>
2024-01-02 12:09:41 +00:00
}
)
Work in progress
2023-12-09 14:47:03 +00:00
<
/
script
>