Hi,
How can I add Vue Browser Detect Plugin to the application?
I followed the instructions of the plugin but without success
#########
https://github.com/ICJIA/vue-browser-detect-plugin
installation
npm install vue-browser-detect-plugin
main.js:
import browserDetect from "vue-browser-detect-plugin";
Vue.use(browserDetect);
#########
Any help?
Hi,
Could you please specify which Metronic version are you using?
Hi - please I am using Metronic 8
In Metronic 8 we are using Vue 3, looks like this plugin does not support Vue 3 at the moment.