-
In vite library mode, enable global and external in rollupOptions and add ant-design-vue, which will still be packaged into the product
[https://github.com/hcg1023/vite-unplugin-vue-components-bu…
-
### What problem does this feature solve?
A simple use case for this feature would be a reusable `notification` component, that is teleported to a `notification-panel` component. Ideally, the `noti…
-
### Version
6.2.1
### Browser and OS info
Chrome version 105.0.5195.102 / Debian 10
### Steps to reproduce
- Define a component with a setup script in a library project.
- Build …
torce updated
2 months ago
-
**I'm submitting a ...** (check one with "x")
```
[x] Bug report => search github for a similar issue or PR before submitting
[ ] Feature request
[ ] Other, please describe
```
**Tell about…
-
**Is your feature request related to a problem? Please describe.**
I'm a long time user of Vue in a webpack context and i'm giving a try to Vite.
So far It's been a pleasant journey : Dev mode is re…
-
## Summary
- `@Component` will be renamed to `@Options`.
- `@Options` is optional if you don't declare any options with it.
- `Vue` constructor is provided from `vue-class-component` package.
- …
ktsn updated
6 months ago
-
Hi guys, I'm facing an issue with the active state not updating when clicking a menu item when the sidebar is open, i.e., not collapsed.
When the item is clicked, the active state remains unchanged.…
-
- [x] Set up a "hello world" Vue project
- [x] Add BCC Component Library (for reference)
- [x] Setup PrimeVue (tailwind version - tailwind.primevue.org?)
- [x] Experiment with adjusting tokens and/or …
-
**Describe the bug**
When I used the `font-awesome-icon` tag, my page content is duplicated
(in `app.vue` for example)
```html
app.vue
```
My `layouts/default.vue` fi…
-
**Describe the bug** A clear and concise description of what the bug is.
This is regression from `testing-library/vue v6.6.1`. When there is an element inside the `Teleport` component which has `v-…