We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273d1d3 commit d65bed8Copy full SHA for d65bed8
src/frontend/src/views/HomeView.vue
@@ -76,7 +76,7 @@ export default defineComponent({
76
this.showList = false;
77
78
// 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
+ // it work being when you first visit a page the transition doesn't run
80
// I thought this would help but it doesn't https://vuejs.org/guide/built-ins/transition#transition-on-appear
81
if (this.firstLoad) {
82
this.showDetail = true;
0 commit comments