[web] Rename "Dropdown" control

The control "Dropdown" is renamed and depending components have been linted.
This commit is contained in:
Alain Nussbaumer
2023-07-08 14:43:38 +02:00
parent 332a57040e
commit 0a072c7889
10 changed files with 61 additions and 60 deletions

View File

@@ -60,7 +60,7 @@ export default {
},
mounted() {
if (this.$slots['options']) {
if (this.$slots.options) {
this.observer = new IntersectionObserver(this.onElementObserved, {
rootMargin: '-82px 0px 0px 0px',
threshold: 1.0