Skip to content

Commit 345ff44

Browse files
committed
Run search on mount
1 parent 62358c5 commit 345ff44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webpack/js/issue-finder.js

+3
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ const App = {
258258
})
259259
.catch(err => console.error(err))
260260
}
261+
},
262+
mounted() {
263+
this.search()
261264
}
262265
}
263266

0 commit comments

Comments
 (0)