Commit Graph

2 Commits (4cd666d7dcc7531806cde65c6468f93529cc23dd)

Author SHA1 Message Date
silverwind ee27b94b2c
Use vitest globals ()
Enable [globals](https://vitest.dev/config/#globals) in vitest, reducing
the noise in test files.
wxiaoguang ac8d71ff07
Refactor branch/tag selector to Vue SFC ()
Follow 

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 

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>