Results 12 comments of 1Luc1

Couldn't find an new issue about the warning `WARNING: res://Assets/Effects/ImpactBlood.tscn:4 - ext_resource, invalid UUID: uid://yk4vct6jlpoo - using text path instead: res://Assets/Effects/BloodParticles.tres` just had the same warnings. I "solved" it, by...

thanks for your reply; as you can see within the provided code, the native-scroll prop is already set to false. changing it to true also doesn't work. I still think...

ok, thanks. so how should the vue-dnd-zone be use? Should it directly be below the body tag? Can't find a full example.

now i know what you are saying. I'm trying to setup this behavior and may report back on this. Anyway, it would be cool if you could provide an example...

@stafyniaksacha any update or plans on this issue?

i also got the error: Error when preparing data for import: sheet "Tabelle1", cell "A1". Attribute not exist. i have an model _person_ with the attributes: _id, forename, surname, birthday...

ok i found the "_problem_". by default the _standardModelsConfig_ _useAttributeLabels_ is set to _true_. So i changed this, since i have different labels; and now it works ``` $importer =...

> ```js > import vuetify from 'eslint-config-vuetify' > > { > ... > rules: { > ...vuetify.rules, > // Other rules > } > ... > } > ``` //...

Maybe I don't understand the actual issue or I don't know how to use vue-router "correctly", but isn't the problem, that the `params: { pid: '...' }` for v-btn :to...

Playing around a bit, i got the same problem with `` and [props property on the items](https://vuetifyjs.com/en/components/lists/#items), as you already mentioned. Nevertheless, the error seems a little bit different. I...