-
### Describe the bug
I connected the library to the nuxt 3 project. At first the library worked out of the box, then I added the /components/Button/index.story file to the component.vue and there w…
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v20.11.1
- Nuxt Version: -
- CLI Version: 3.11.1
- Nitro Version: -
- Package Manager: …
dsvgl updated
4 months ago
-
I checked in the source code has attribute "stylesheets" and "javascripts", but when the component was pulled in, it seems not to be working.
![image](https://github.com/user-attachments/assets/b6704…
-
I have no idea what I'm doing wrong. The Nuxt server isn't producing the `spa.html` file. It's not throwing any error messages either:
```
$ npm run development
> industrial@1.0.0 development /…
-
[Nuxt auto-imports](https://nuxt.com/docs/guide/concepts/auto-imports) components, composables, helper functions and **Vue APIs**.
But we need to explicitly import as in [ your example](https://gi…
-
### Environment
- Operating System: Windows_NT
- Node Version: v20.10.0
- Nuxt Version: 3.10.3
- CLI Version: 3.10.1
- Nitro Version: 2.8.1
- Package Manager: npm@10.2.3
- Buil…
-
## Describe the bug
*A clear and concise description of what the bug is.*
Hi guys,
I'm trying to access the ref using a setup as described in the docs:
```
import { defineCompone…
-
### Describe the bug
When using `useRuntimeConfig()` in a component the following error occurs:
```
Error while collecting story /home/projects/github-k8sztc/components/HelloRuntimeConfig.story.v…
-
### Describe the bug
According to an existant issue but not resolved (https://github.com/primefaces/primevue/issues/2762), I would like to ask for change on the auto complete component.
What I wou…
-
Often base components are registered globally for every Vue component with `Vue.compont(...)` or `app.component(...)` in Vue 3.
What could be a strategy for parsing such components as well?