Caven

Results 6 issues of Caven

### Build tool Vite ### Where do you see the problem? - [ ] In the browser - [X] In the terminal ### Describe the bug Error message after running...

bug
vue

### Describe the problem When the modification is not a `Vue Component` (such as `background.ts`), the web page will be refreshed frequently, causing the browser to crash ### Describe the...

enhancement
vue

### Build tool Vite ### Where do you see the problem? - [X] In the browser - [X] In the terminal ### Describe the bug Refer: [Real Vite-React HMR in...

bug
vite-plugin

I have an idea for this project. Add a Password field that defines the default value, length, whether to include numbers, and whether to include characters. ## Why? > Why...

enhancement

Prior to version `0.0.254`, the type of `ManifestBass["author"]` in `@types/chrome` was as follows: ```ts // ... export interface ManifestBase { // Required manifest_version: number; name: string; version: string; // Recommended...