can I use this class with VUE 3 ?
I am trying to install in a VUE 3 Quasar project , but it is givin this error -
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: yep-imoveis-2023@0.0.1
npm ERR! Found: vue@3.3.4
npm ERR! node_modules/vue
npm ERR! vue@"^3.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^2.6.14" from gmap-vue@3.5.4
npm ERR! node_modules/gmap-vue
npm ERR! gmap-vue@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/murilo/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/murilo/.npm/_logs/2023-05-30T13_35_23_632Z-debug-0.log
can I use this class with VUE 3 ? I am trying to install in a VUE 3 Quasar project , but it is givin this error -