抓根宝

Results 3 issues of 抓根宝

`g:bracey_browser_command` seems do not work

1. v-show 在自定义组件或label标签上使用时无效。 2. 貌似不能通过Vue.Component注册全局组件。 3. 在App.vue中,钩子函数中无法通过this直接访问定义过的属性,而需要通过this.rootVM.$options才能拿到 ( getApp()返回的对象中也没有之前定义过的东西,这让旧的代码无法兼容啊)。 示例如下: ```javascript // App.vue export default { onLaunch() { console.log(this.foo); // 拿不到这个foo呀 console.log(this.rootVM.$options.foo); // 终于拿到了,但是太麻烦了吧!!! }, foo: 'foo' }); // index.js...

help wanted

becasue the use of composedPath(), which can not be used in closed shadow dom. try another way to check click outside may solve it.