Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https.request is not a function #11

Open
ismatech opened this issue Nov 11, 2024 · 0 comments
Open

https.request is not a function #11

ismatech opened this issue Nov 11, 2024 · 0 comments

Comments

@ismatech
Copy link

ismatech commented Nov 11, 2024

У меня проект на quasar v2.17 (vue 3 composition api + vite 2).
Установил плагин, использую также как в документации, но вылезает такая ошибка:
https.request is not a function.

Дело в том, что у нас в другом проекте используется этот плагин, но там vue 2 + webpack (не знаю, какой версии). И там работает без нареканий. Сделал всё по аналогии, но что-то не фурычит.
Вот кусок package.json:

"dependencies": {
"@quasar/extras": "^1.16.12",
"apexcharts": "^4.0.0",
"axios": "^1.7.7",
"dadata-suggestions": "^1.1.1",
"moment": "^2.30.1",
"quasar": "^2.17.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue3-apexcharts": "^1.7.0",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@json_vite_plugin/css_global": "^1.2.2",
"@quasar/app-vite": "^1.9.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "^8.4.14",
"prettier": "^2.5.1",
"sass": "^1.80.3",
"vite-plugin-checker": "^0.8.0"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant