Refactor branch/tag selector to Vue SFC (#23421)

Follow #23394

There were many bad smells in old code. This PR only moves the code into
Vue SFC, doesn't touch the unrelated logic.

update: after
5f23218c85
, there should be no usage of the vue-rumtime-compiler anymore
(hopefully), so I think this PR could close #19851

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
wxiaoguang
2023-03-14 17:51:20 +08:00
committed by GitHub
parent d56bb74201
commit ac8d71ff07
14 changed files with 359 additions and 309 deletions

View File

@ -1924,10 +1924,6 @@ footer {
display: block;
}
[v-cloak] {
display: none !important;
}
.repos-search {
padding-bottom: 0 !important;
}