abitwhy

Results 7 issues of abitwhy

All in the following example: ```vue const v = 'Variables declared in setup script' {{ v }} can be accessed in the template const v = 'Homonymous variable' // will...

awaiting-feedback

在使用 npm 安装的 fly 的 vue 项目中发生的。 与解构类似,ES Module 导出也会导致该问题。 查看报错栈,发现 `fly.js` 内部使用了上下文: https://github.com/wendux/fly/blob/fced928bfe7449d0fa18d5fea466cce1e3bda465/src/fly.js#L353 有改进以支持解构赋值和 ES Module 导出的可能吗?

### Version 4.0.15 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/elegant-water-r57e9w?file=/src/App.vue) ### Steps to reproduce 1. Open the [minimal reproduction](https://codesandbox.io/s/elegant-water-r57e9w?file=/src/App.vue) in firefox. 2. Click the header1. 3. Click the header2. 4. Click the header1...

bug
has workaround
browser quirk

![image](https://user-images.githubusercontent.com/68452982/182790176-4f2f51e0-a257-49c5-a3e7-7d4cbb8dfb10.png) It's not an error but annoying.

### What problem does this feature solve? The category axis's label can be configured with real-time effect. ### What does the proposed API look like? ```js const len = 10;...

new-feature
pending
en
stale
waiting-for: community

### Describe the bug Any `undef` error in the `` will break the HMR. If auto save file is on, then entering any incomplete code will cause an error and...

feat: hmr

**Describe the bug** `BrowserCodeReader.isMediaDevicesSuported` should be `BrowserCodeReader.isMediaDevicesSupported`.

bug