mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-07 10:10:56 +00:00
Resolve "Form view"
This commit is contained in:
parent
c3af2a02b9
commit
53ffd8f9c0
128 changed files with 6474 additions and 943 deletions
web-frontend/modules/database
|
@ -24,4 +24,9 @@ export const routes = [
|
|||
path: '/api/docs/database/:databaseId',
|
||||
component: path.resolve(__dirname, 'pages/APIDocsDatabase.vue'),
|
||||
},
|
||||
{
|
||||
name: 'database-table-form',
|
||||
path: '/form/:slug',
|
||||
component: path.resolve(__dirname, 'pages/form.vue'),
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue