refactor: move /node into vue component (#3460)

This commit is contained in:
dni ⚡
2025-11-06 09:45:41 +01:00
committed by GitHub
parent d142d76148
commit 8506199c2f
17 changed files with 1349 additions and 1256 deletions
+4 -8
View File
@@ -205,16 +205,12 @@ const routes = [
{
path: '/node',
name: 'Node',
component: DynamicComponent,
props: {
fetchUrl: '/node',
scripts: ['/static/js/node.js']
}
component: PageNode
},
{
path: '/node',
name: 'Node',
component: DynamicComponent
path: '/node/public',
name: 'NodePublic',
component: PageNodePublic
},
{
path: '/payments',