Hi Team:I found a bug When I go to firstpageAnd go to demo1's subscription-listif my data has data it is ok to click Actionsbut if my init data is empyt it will go back to homepagehttps://youtu.be/7U32Y9kIN7U
When clicking on the User picture on a small size screen in in Metronic demo 7 for Vue, the user menu is not visible. It seems there is an issue with setting proper z-index.See the gif in full-size, It gets cropped here:
Hello, I hope you are doing well. I'm using current version of vue metronic, and I would like to make an app where it is possible and easy to change the theme (from demo 1 to demo 2, or to demo 8 to demo 6 for example) in the app. So let say I have built an app in demo 1 for example, the only way(...
Hi guys, I have a project with Metronic 8.1.0 demo1 Vue version and I what to upgrade to the new version 8.1.2, how I can do that? What files I need to copy from the new version to the old one?Thanks.
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-plugininstallationnpm install vue-browser-detect-pluginmain.js:import browserDetect from "vue-br...
Hi I have this error Failed to parse JSON file, invalid JSON syntax found at line 2084I know de error is not in the .json file, so Iḿ asking me how to setting server.hmr.overlay to false in vite.config.js. in the proper way to see if itś solves my problemt. Thanks...this is the .json by the...
Hello,Is there any draggable components/elements demo available in Medtronic, we have to implement draggable dashboard components so if is there any demo available please provide it!
Hello,How can trigger a modal using function in Metronic VueJS? Before, I used $("#modal_id").toggle(); but new version of Metronic isn't supporting jQuery. I can't open modal using button attribute because I want to pass data to it, and show modal once data was loaded by get and transfe...
Hi,what is the purpose of executing before each router call verify action?Metronic is expecting back user object with token. So my backend should check if user from authorization header exists then pass user with new token back?Regardsa
I am Using vue 3 in metronic 8 with my laravel project , whenever i am redirecting to a new page it takes a lot of time in displaying the page , I have tried checking the console for errors but didn't find any , what could be the possible reason and how to solve it
Hi, After upgrading from 8.37 -> 8.38 on the vue version, now my vue.config is not working anymore. In your changelog you haven't written anything about breaking changes?this is what causing errors: chainWebpack: config => { config.module .rule("eslint") .use("eslint-loade...
Install tiny-slider dependency by running command npm install tiny-slider.Include tiny-slider styles on your component.@import "tiny-slider/dist/tiny-slider.css";Paste a slider html code to your component....
I don't want to use the Vue3 version.Instead I want to simply create a vue3 project form scratch and just import the theme...I tried several ways, but could get it to work.What would be the basic setup to simply have the metronic theme on an newly and clean vue3 project.Than...
How can I open/close a drawer via a method call? I'd like to be able to generate drawers and open/close them using a method that would be called after various actions.At present, it seems that the drawer can only be opened via a button that has a src=“ID” which is equal to the drawer ID.
Hello there devs,I wish you guys have a specific build of the themes without jquery plugins so you can release it with vite.The reason is I mostly use the theme with vue project and the result is:- Webpack is slow for devs- Vite will be future for vue- Initialize theme "+plugins" after...
Demo: 8Version: 8.1.1 with vueWhen i run: npm run serve i get this errors:ERROR in ./src/layout/aside/Aside.vue?vue&type=script&lang=ts (./node_modules/ts-loader/index.js??clonedRuleSet-40.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/layout/aside/Aside.vue?vue&ty...