feat: reimport pdf
This commit is contained in:
@@ -3,6 +3,8 @@ import HomePage from './pages/HomePage.vue'
|
||||
import ExtractPage from './pages/ExtractPage.vue'
|
||||
import AnalyticsPage from './pages/AnalyticsPage.vue'
|
||||
import RevenusPage from './pages/RevenusPage.vue'
|
||||
import DocumentsPage from './pages/DocumentsPage.vue'
|
||||
import EditDocumentPage from './pages/EditDocumentPage.vue'
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -24,6 +26,16 @@ const routes = [
|
||||
path: '/revenus',
|
||||
name: 'revenus',
|
||||
component: RevenusPage
|
||||
},
|
||||
{
|
||||
path: '/documents',
|
||||
name: 'documents',
|
||||
component: DocumentsPage
|
||||
},
|
||||
{
|
||||
path: '/documents/:id/edit',
|
||||
name: 'edit-document',
|
||||
component: EditDocumentPage
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user