1
0
Fork 0
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:
Bram Wiepjes 2021-07-11 18:02:37 +00:00
parent c3af2a02b9
commit 53ffd8f9c0
128 changed files with 6474 additions and 943 deletions
web-frontend/modules/database

View file

@ -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'),
},
]