-
**Describe the bug**
I'm trying to override with scoped styles to match my design, but I saw that the teleport has `v-if` which I think is preventing the scoped styles feature to apply the correct d…
-
## Description
Dans mon composant FiltersSideBar j'ai un composant DatePicker. J'attends de celui-ci un format d'affichage de type DD/MM/YYYY et un format de données de type YYYY-MM-DD.
Au momen…
-
Default year in solo range calendar is broken. We can also see it in documentation
-
I know it's possible to configure the picker to enable the selection of a range of months, is it also possible to do that with a range of weeks?
```vue
// Month + Range
import { ref, onMounted …
-
**Contexto**
Estamos realizando alguns alinhamento para definirmos a jornada de estruturação de um Design System para o Mapas.
**Informações complementares**
-
**Codepen support**
Unfortunately, I'm not able to make the code work on Codepen.
**Describe what you're reporting**
I suppose that a recent update of the VueJs is conflicting with the component …
-
### 议题条件
- [X] 我确认已查看官方使用文档:https://layui.dev ,但没有找到相关解决方案。
- [X] 我确认已在 [Issues](https://github.com/layui/layui/issues?q=is%3Aissue ) 中搜索过类似的问题,但没有找到相关解决方案。
- [X] 我已仔细阅读: 🍀[ Layui Issue 贡献指南](https:/…
-
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.
### Version
3.2.20
…
-
### Environment
```bash
Shadcn Vue version: 0.8.7
```
### Link to minimal reproduction
no link as this bug happen during install calendar via cli
### Steps to reproduce
run `npx shadcn-vue@lates…
-
When I try to use the setMonthYear nothing happens.
I have setup it like this:
and code that executes when I press button:
monthChanged() {
const month = 6;
const year = 2…