-
Using the component using `slot="first"` conflicts with vue and should instead use real vue slots with the `slot` attribute, because with the recommended eslint settings (https://eslint.vuejs.org/rule…
-
### Vue version
3.4.21 (with @vue/compat 3.4.21)
### Link to minimal reproduction
https://stackblitz.com/edit/vue2-jest-8qoex3?file=jest.config.js&view=editor
### Steps to reproduce
```…
-
## Description
iconify's `getIcon` uses `validateIconName` which enforce some validation for an icon's name.
One validation is that a name must be split with `-` which is often not the case wit…
-
### 📚 What are you trying to do?
I make the follow code for run the script only in a specific countries, but it will be loaded ever without respect the condition
The follow code is inside a composabl…
Met96 updated
3 weeks ago
-
### Environment
**Vuetify Version:** 3.7.3
**Vue Version:** 3.5.12
**Browsers:** Chrome 129.0.0.0
**OS:** Mac OS 10.15.7
### Steps to reproduce
Create a data-table inside of v-dialog, with mor…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code of…
-
### Describe the bug
When using the same Vue component in "popup" and "content UI", modifying the Vue component content will crash the popup after hot update.
### To Reproduce
[wxt-demo.zip](…
-
### Describe the bug
I'm currently trying to migrate from bootstrap-vue with Vue2 to bootstrap-vue-next with Vue3. So far most things are working fine, but I'm running into issues with loading bootst…
-
### Environment
-----------------------------
- Operating System: Windows_NT
- Node Version: v18.12.1
- Nuxt Version: 3.6.5
- Nitro Version: 2.5.2
- Package Manager: pnpm@8.6.12
- B…
-
If you use multiple components in one vue, when you click Select All, one of the multiselect-checkboxed will work.
For example, if you click Select All of multiselect-checkboxed in A in a modal that …