Kevin Luo

Results 3 issues of Kevin Luo

In order to solve this issue https://github.com/vuejs/devtools/issues/746 in vue devtools, vue-inspector also needs to make `appendTo` accept an array of string and Regexp

https://github.com/webfansplz/vite-plugin-vue-inspector/issues/122 1. Clone the Overlay.vue to OverlayOptionAPI.vue and mount it when vue === 2 2. convert Overlay.vue to Composite API 3. extract the toggle button to ToggleButton.vue

This change fixes the following problem of STI classes ```ruby # given "class Child < Parent" can :read, Parent cannot :read, Child can? :read, Parent # => false, but should...