This website requires JavaScript.
Explore
Help
Register
Sign In
matt
/
opnform-host-nginx
Watch
1
Star
0
Fork
You've already forked opnform-host-nginx
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3638ef8cfb
opnform-host-nginx
/
client
/
pages
/
settings
/
index.vue
6 lines
74 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 13:09:41 +01:00
<
script
setup
>
useRouter
(
)
.
push
(
{
name
:
'settings-profile'
}
)
Work in progress
2023-12-09 15:47:03 +01:00
<
/
script
>