-
![image](https://user-images.githubusercontent.com/30031554/63406385-4d81ee80-c41c-11e9-8127-38456e91132e.png)
-
**OS:** Tried on MacOS, Windows 10, CentOS & Debian10
**webpack version:** 5.37.1
**webpack-dev-server:** 4.0.0-beta.3
- [x] This is a **bug**
- [ ] This is a **modification** request
When …
-
Hi @antfu
Does our unocss supports lit web components. I have tried using unocss with lit but unocss is unable to update the styles.
Please guide me how can we use unocss with lit.
thanks.
-
### Describe the bug
Does not support TS decorators? The return of reflect.getmetadata acquisition is null
![image](https://user-images.githubusercontent.com/26053690/132616271-9dd73ec0-a7e3-4992-9d…
kcsap updated
3 years ago
-
### **Describe the bug**
Vue3 `@Inject` does not work.
We tried `@Inject httpClient!: HttpClient;` and `Inject(HttpClient) httpClient!: HttpClient;`
**It works** when using the `this.httpClient = t…
-
Thanks a lot for your repository.
I struggle a lot with the set up , i'm using laravel 8 , vue 3.2.14 and typescript 4.4.3 and i get these errors on npm run dev :
```
ERROR in ./node_modules/v…
-
### Describe the bug
When I attempt to run an app in development mode that has an ES Module dependency (`@ugrc/sherlock`) that, in turn, has a CommonJS dependency (`prop-types`), the dev server throw…
-
[参考这个issue](https://github.com/IndexXuan/vue-cli-plugin-vite/issues/16),用 `vite` 做了以下试验:
1. 在 `.env.development` 文件添加以下内容:
``` js
VUE_APP_API_FOR_VUE_CLI='/vue-cli/api'
VUE_APP_API_FOR_VITE='/vi…
-
**Describe the bug**
I have created a new toolbar button following the steps in the [documentation](https://storybook.js.org/docs/angular/essentials/toolbars-and-globals), the button is for localizat…
-
**Is your feature request related to a problem? Please describe.**
I'd love to have some testing utilities exposed from storybook to be able to get a fully composed story (including decorators)
**…