Skip to content

Commit

Permalink
chore: refactor test component
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Jun 3, 2024
1 parent 3e437c5 commit 7a8af48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
.overlay {
background-color: red;
background-color: #00ff80;
}
}
</style>
2 changes: 1 addition & 1 deletion packages/_vue3-migration-test/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const routes = [
},
{
path: '/base-events-modal',
name: 'TestBaseEventsModal',
name: 'BaseEventsModal',
component: TestBaseEventsModal
}
];
Expand Down

0 comments on commit 7a8af48

Please sign in to comment.