When I add a data-kt-menu-offset="15, 10" attribute to the menu, the 15 doesn't work and the popup submenu is offset to the far left of the page. Thank you for your help in troubleshooting the cause of the problem.The sample code is shown below...
Hi support team,I have the Metronic VueJS theme. How can I set the light mode as the default value? Currently, it defaults to the dark mode (or system) for most users.Thanks.
Hi,I was analyzing the code and realised you were using 2 different forms (as far I could see). Form of ElementPlus and VeeValidate. E.g. ElementPlus is used is AddCustomerModal.vue and VeeValidate is used in NewCardModal.vue.You have documentation about VeeValidate (https://preview.keenthem...
Hi!!I'm not an expert vue programmer, but I'm really enthusiastic about trying it out.I was checking up on how to use the mysql2 library to make the connection directly, but After a few days of trying, no success at all! lolI wonder if you could give me directions on how to add mysql2 to t...
Hello,I downloaded the Demo1 source for VueJs, however I couldn't compile it, may I ask your help?Node: 16.14.2npm: 8.5.0Metronic: 8.1.2When I run the command npm run start, it comes the following error by the end of compilation:12 problems (12 errors, 0 warnings) like this:[es...
Hi, friend! We are very happy to use Metronic! It is wonderful!I am using my application in VueJs and metronic8/vue/demo1 Please help me with this:1- The fixed header option does not work with "Light sidebar" layout: https://i.imgur.com/r9UHB6n.png I need to use header fixed on desktop and m...
Hi Team, I seem the npm run build is failing with the typescript type checks for some reason. I tried the possible solutions that I could do but I'm not sure how do I fix this. Please suggest me some solutions to resolve this issue. Please check the detailed info:12:41:48 AM: $ np...
Why is Vue navbar multiplexing menu names? What is the solution ? For example;Dashboardlayout buildercraftedAppsMega MenuHelp --Again Dashboardlayout buildercraftedAppsMega MenuHelp
Hi , I would like to know if their is way to show flash message after redirecting to another component in metronic 8 with just vue 3, I want to redirect to another component if there is no error
Hello!Can you please give an example of this in Vue?https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtableAnd perhaps expand on some other vue examples with datatables?
I'm not having much luck trying to debug Metronic 8 for Vue in Visual Studio Code, which is really slowing down development. Could someone please share their working launch.json or anything else the needed to change to get debug to function properly? Here is what I currently have which doesn't...
I made a purchase and have a license / purchase code.I've checked the Google Drive and other resources but cannot find Metronic Tailwind Demo 9 layout to use for my Tailwind project.Only demo1.js layout is provided in the folder /metronic-v9.0.6/metronic...
I run this path https://stock-uat.thaijobjob.com/dashboard on my local machine without any issues, but when I upload it to the server, it shows a 404 error.I can run this URL https://stock-uat.thaijobjob.com/ on the server, but when I refresh the page, it shows a 404 error.
When I want to enter another page from the main page, everything works fine, but when I refresh the page, the logo and icon svg files disappear.Any help? Thanks in advanceFirstThen(after when reloading same page)
i am using the latest version of metronic theme vue in laravel.Most of the things are working fine and I have even including import { initializeComponents } from "@/core/plugins/keenthemes"; in app.vuebut many components such as tab, drop down are not working.For example, if I try to...
Saw the previous tickets and did the following:1. Added the menu in a div element2. Imported MenuComponent.reinitialization() from "@/assets/ts/components";3. Also added MenuComponent.reinitialization() in the onMounted async functionI'm close to solving it, but there's still an issue....
Hello, you provide a separate Vue version, and a Laravel version using ".blades" files. Do you have any tutorials on integrating the Vue template into Laravel?I see you had a tutorial in Metronic v7, but it does not work with the latest version 8.
I'm searching for the element https://preview.keenthemes.com/metronic8/demo1/documentation/general/search.html for the Metronic 8 - Vue version.The Vue version has an option with search, but the example is not correct for me. You have to click first on the icon to open the search module.I wa...
Hello i want to make form on drawer on vue. My first URL is => localhost:232/clubs this url show lists club.And then when i clik edit i want to make drawer show and push the url like => localhost:232/clubs/edit/1When i refresh url => localhost:232/clubs/edit/1 how to keep drawer show.
Hi,How can I add Vuex-persist to the application? I tried adding the Vuex-persist the way mentioned in their documentation, but doing that makes the Vuex states show empty on The Vue-dev-tools. Also is there any way to persist a selected module or state? be...