plehnen
plehnen
**Tell us about your environment** * **ESLint version:** 5.14.1 * **eslint-plugin-vue version:** 5.2.2 * **Node version:** 10.15.2 **What did you do?** ```vue dummy Test #{{n}} ``` **What did you expect...
Feature type: **`Enhancement`** ## Details - Enhanced compone nt name: `date-picker` ## Description Currently if you add a string id, it just vanishes. For DatePicker it's required to add the...
### What problem does this feature solve? I have a component which gets data from a "provide" resource. Optionally I want to be able to override this via v-model. But...
Bug Type: **`Component`** ## Environment - Vue Version: `3.2.39` - Element Plus Version: `2.2.16` - Browser / OS: `Chrome (latest)` - Build Tool: `Vue CLI` ## Reproduction ### Related Component...
#### Describe the bug According to the documentation the value of "indexes" can be `null` but typescript complains because the type is `boolean | undefined` and `null` is not allowed....
### Describe the bug With vue-cli + typescript, after updating axios we get errors for all unit tests which have dependencies to axios: ``` Test suite failed to run Jest...
Hi, I recently saw your YT video and wanted to add ts-reset to our project. But there is an issue which I find difficult to overcome: Basically the problem is...
Support `type.keywords.date.only` (i.e. "only a date without the time like "YYYY-MM-DD") ### 🤷 Motivation In our project we use a generator that can convert swagger files to zod types. I...
### Version 3.0.5 ### Reproduction link [https://codesandbox.io/s/vue3-slot-invoked-outside-warning-demo-ezuud](https://codesandbox.io/s/vue3-slot-invoked-outside-warning-demo-ezuud) ### Steps to reproduce Please have a look at the minimal reproduction. As soon as I create a component inside of a "functional...
### Describe the bug I just migrated to @antfu/eslint-config and I am really excited about it. But I noticed that in IntelliJ IDEA the `isInEditorEnv` is returning `false` during auto...