feat: first IA page
This commit is contained in:
@@ -5,6 +5,7 @@ import AnalyticsPage from './pages/AnalyticsPage.vue'
|
||||
import RevenusPage from './pages/RevenusPage.vue'
|
||||
import DocumentsPage from './pages/DocumentsPage.vue'
|
||||
import EditDocumentPage from './pages/EditDocumentPage.vue'
|
||||
import IAPage from './pages/IAPage.vue'
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -27,6 +28,11 @@ const routes = [
|
||||
name: 'revenus',
|
||||
component: RevenusPage
|
||||
},
|
||||
{
|
||||
path: '/ia',
|
||||
name: 'ia',
|
||||
component: IAPage
|
||||
},
|
||||
{
|
||||
path: '/documents',
|
||||
name: 'documents',
|
||||
|
||||
Reference in New Issue
Block a user