-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v22.9.0
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package Manager:…
-
Some of the theme's components might require translation as well, we can find them here: https://github.com/monterail/vue3-docs-pl/tree/main/.vitepress/theme/components
Files to be translated:
- […
-
### Describe the bug
I have defined some props on the component with union. For example:
`export interface MyComponentProps {
title: string;
subtitle?: string | undefined;
}`
I wrote a…
-
### Environment
os: Ubuntu 22.04
node: v20.17.0
vue: 3.4.37
unbuild: 2.0.0
### Reproduction
[git](https://github.com/InfernalAzazel/k-naiveui-pro.git)
[docs](https://infernalazazel.githu…
-
![image](https://github.com/user-attachments/assets/c307ee8b-44d6-4121-9233-689b6ffdedd9)
https://vue3-select-component.vercel.app/demo/single-select.html
-
Hi!
This my first issue :)
I have a problem with integration storybook 8+ and nuxt 3.11+, auto imports is not working in testing components.
Example _TestingComponent.vue:_
```
import { ref }…
-
Hello there :)
As I'm working on a [Quasar](https://quasar.dev/) project I've been facing an issue while trying to use the library.
Quasar's particularity is to offer some SSR render, so I had t…
-
Change as little as possible, just port it so it can be imported in a vue project
-
I am working with vue3-select2-component, it works fine on any page but when things come to bootstrap modal vue3-select2-component does not work fine for it like, no searching, no select option nothin…
-
I cloned codelayout and vue3-context-menu component in my project, and copied examples/views/BasicUseage.vue, just made some modification with regards to paths of components and assets. when run my p…