-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure vue-router and views to leverage nested router-view mounts
This change ensures that we are properly leveraging nested router definitions correctly and that it shows up on the vue tools inspector as intended. It also does a first crack at ensuring that only route points that require query parameter handling leverage the createProps helper. Lastly, a duplicate route definition is removed. Signed-off-by: Jeremy Ho <[email protected]>
- Loading branch information
Showing
8 changed files
with
48 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<script setup lang="ts" /> | ||
|
||
<template> | ||
<router-view /> | ||
</template> |
File renamed without changes.
File renamed without changes.
38 changes: 25 additions & 13 deletions
38
frontend/src/views/ListObjectsView.vue → frontend/src/views/list/ListObjectsView.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.