epicmaxco / vuestic-ui

Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
https://vuestic.dev
MIT License
3.46k stars 339 forks source link

Component VaDropdown didn't work as expected since version 1.6.2 #3487

Closed wossig closed 1 year ago

wossig commented 1 year ago

Vuestic-ui version: from 1.6.2 Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.

image

{
  "name": "vuestic-admin",
  "private": true,
  "version": "3.1.0",
  "scripts": {
    "prepare": "husky install",
    "dev": "vite",
    "build": "npm run lint && vue-tsc --noEmit && vite build",
    "build:ci": "vite build",
    "prelint": "npm run format",
    "lint": "eslint --fix './src/**/*.{ts,js,vue}'",
    "format": "prettier --write .",
    "preview": "vite preview"
  },
  "lint-staged": {
    "./src/**/*.{ts,js,vue}": [
      "npm run lint"
    ]
  },
  "dependencies": {
    "@amcharts/amcharts5": "^5.2.19",
    "@amcharts/amcharts5-geodata": "^5.0.3",
    "@fortawesome/fontawesome-free": "^6.1.1",
    "@gtm-support/vue-gtm": "^1.6.0",
    "axios": "^0.27.2",
    "chart.js": "^3.8.0",
    "epic-spinners": "^2.0.0",
    "flag-icons": "^6.6.4",
    "ionicons": "^4.6.3",
    "leaflet": "^1.8.0",
    "leaflet-map": "^0.2.1",
    "maplibre-gl": "^2.1.9",
    "medium-editor": "^5.23.3",
    "pinia": "^2.0.16",
    "register-service-worker": "^1.7.1",
    "sass": "^1.53.0",
    "vue": "^3.2.25",
    "vue-chartjs": "^4.1.1",
    "vue-i18n": "^9.1.10",
    "vue-router": "^4.0.14",
    "vue-yandex-maps": "^0.12.3",
    "vuestic-ui": "1.6.2" //only changed here
  },
  "devDependencies": {
    "@intlify/vite-plugin-vue-i18n": "^5.0.1",
    "@types/leaflet": "^1.7.11",
    "@types/medium-editor": "^5.0.5",
    "@types/node": "^17.0.25",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0",
    "@vitejs/plugin-vue": "^2.3.3",
    "@vue/eslint-config-prettier": "^7.0.0",
    "@vue/eslint-config-typescript": "^10.0.0",
    "autoprefixer": "^10.4.4",
    "eslint": "^8.13.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-vue": "^8.7.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.1",
    "postcss": "^8.4.12",
    "prettier": "^2.6.2",
    "typescript": "^4.5.4",
    "vite": "^2.9.13",
    "vue-eslint-parser": "^8.3.0",
    "vue-tsc": "^0.35.0"
  }
}

New vuestic-ui version should work as expected, so that, we have the confidence to apply the new version on production.

m0ksem commented 1 year ago

Must be fixed in 1.7.2

asvae commented 1 year ago

Please follow up with demo.