Skip to content

Commit

Permalink
Migrate locator-tool to Vue
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jan 13, 2024
1 parent 37c7202 commit ecd0028
Show file tree
Hide file tree
Showing 37 changed files with 1,192 additions and 1,261 deletions.
2 changes: 1 addition & 1 deletion app/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<lt-navbar></lt-navbar>
<div class="d-flex flex-grow-1 container-fluid flex-column">
<router-view class="d-flex flex-grow-1" />
<router-view />
</div>
</template>

Expand Down
Loading

0 comments on commit ecd0028

Please sign in to comment.