-
[How to Use Props in Vue.js](https://www.freecodecamp.org/news/how-to-use-props-in-vuejs/)
-
### Describe the bug
It is not possible to set the `class` attribute using `passThrough` for a `FileUpload`.
The class attribute is just not set when trying to set it via `pt:choose-button:class…
sceee updated
2 months ago
-
### Describe the feature you would like to see added
Add possibility to define default props via passthrough.
Add possibility to set icons and/or default slot content via passthrough.
In or…
-
tailwind v4.0.0.23
Basically, tailwind utilities work fine when importing it using a css file, but the wont work when importing it in a scss file
my package.json
```json
{
"name": "ui-l…
-
## Current Behavior:
When the cursor is hovered over a respondent on the list and scroll is applied, the entire list will be shifted with the page.
## Suggested Behavior:
When scroll is applied,…
rbgk updated
3 months ago
-
Got it working like this.
quasar.conf.js:
```html
boot: [
'auth',
'i18n',
'axios',
{
server: false,
path: 'echarts'
}
],
```
boot f…
-
Hi, I amd trying to set the language to tiptap to "ptbr".
Vuetify has not "ptbr" language, but it has "pt".
Tiptap has "ptbr".
I am getting the next error:
`bundle-esm.js?3f38:1 tiptap-vuetify: …
-
hello, I have several projects in which they will read the store for other projects, but those outside the project give me immense errors in translation.
in the main project the translation works a…
-
Following the instructions at [gridsome i18n plugin documentation](https://gridsome.org/plugins/gridsome-plugin-i18n), I'm currently experiencing a very weird behaviour. I have my i18n plugin configur…
-
## node version: 20.11.1
## Plataform: Windows
## Problem
Im problem import component Card with @material-tailwind/react
Follow the steps below to reproduce
I followed the installation guide…