Skip to content

Commit d65bed8

Browse files
committed
format ):
1 parent 273d1d3 commit d65bed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/views/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default defineComponent({
7676
this.showList = false;
7777
7878
// this feels so cursed but i don't know how to make it work otherwise
79-
// it work being when you first visit a page the transition doesn't run
79+
// it work being when you first visit a page the transition doesn't run
8080
// I thought this would help but it doesn't https://vuejs.org/guide/built-ins/transition#transition-on-appear
8181
if (this.firstLoad) {
8282
this.showDetail = true;

0 commit comments

Comments
 (0)