I'm having trouble with Pinia, when i refresh the page I'm sending back to the login page.And when I look to auth session info, the isAuthenticated is true. Can you guys help me?
The changelog show the update, Bootstrap 5.3.0 is supported. I downloaded the latest version, which is consistent with v8.1.6 except for the modification of getAssetPath function.:(even the version field in package.json is 8.1.6
i tried to download some file generated in my BE from API which work normal on other project but when i tried to use it in metronic excel can not read the filemy module:@Action [SalePlan.TEST]() { return new Promise((resolve, reject) => { ApiService...
Hi,Do you any guide for migration from v8 to v9 or are you planning to create it?
I set up the theme in my system and it works like a charm. The issue is it appends the # in my URL. I tried to check about that didn't get any success.Is there anything I need to change?My URL: http://localhost:8080/#/dashboardWhen I removed hash from the URL it redi...
Hello,I can't change the initial checkbox state to unchecked in a Wizard multi-step form. It seems the component only accept "checked" as an initial state and I'd like to setup "unchecked".Is this a bug in the component or am I doing something wrong?Thansk,MB
Hello.If I buy Metronic for $49, I will have the rights as you say in the License Terms?If not, how do I get that license?About All-in LicenseAll-in license grants you the use of the Item in unlimited End Products.You CanCreate unlimited End ProductsUse in End Products with paying...
Hi Team.I want to add a number range field that can select max and min values on both sides. But I can't find one already implemented there.Have you implemented this? If so, can you share how to do it?Thanks in advance,Vahan
Hi,I want to minimize the sidebar by default, I've tried many things and it didn't work. How should I update my config?import type LayoutConfigTypes from "@/layouts/default-layout/config/types";const config: LayoutConfigTypes = { general: { mode: "system", p...
Hello,Please update Metronic v9 guide so we can get all the HTML sample pages to work with the sidebar buttons for React/Vue/Angular. As per instructions, we are only copying the media folder to Public folder, and when running the application, the right pane is empty. it would be great...
We've a Metronic HTML template theme that we have implemented within a Vue.js project, leveraging the Vite bundle. Currently, we're encountering an issue with the functionality of certain theme scripts. Despite these scripts being loaded at the end of the body section, their functionality seems to b...
Hello, I have gone through Horizontal Form in Vue it's pretty impressive. But I am stuck, I want to add dynamic input fields for example Phone 1 , Phone 2 also need to validate them after going to next step
I built the VueJs Demo7 (Metornic metronic_v8.0.31) app with npm install --force. If I do with npm install, it gives me a big list of dependency errors mostly for the Vue version. I use 3.2.29 while the project has a dependency of 3.1.19. Somehow the project runs with --force option. But when I try...
I have a menu accordion, and inside the menu accordion, there is a menu that is not being displayed. The issue arises when I click on the menu inside accordion, which contains a list of users with sub-menus. Specifically, when I click on a user's menu inside the accordion menu, it does not appear. I...
Hello author, i am trying to impletemet vue in metronic 8 : demo1 So far i have managed to implement vue as instructed here : https://preview.keenthemes.com/metronic8/vue/docs/?_ga=2.126652361.574265224.1648481172-1797318304.1625209156#/vue-laravel-integrationAs for now i can only use view com...
hi, keenthemeshttps://preview.keenthemes.com/metronic8/demo1/ Where can I find the source code for the updated page in the menu (show 12 more)?When I downloaded the purchased Metronic template (v8.1.7 -> v8.1.8), the source codes for the page did not exist.thank you
Please provide me an update zip because I'm unable to find eCommerce section in vuejs demo 7.https://prnt.sc/kNHtEujR78r7https://prnt.sc/OODrnr_odpS8Here you can find some screen shots
Hi, im try to use other types of apexcharts, im looking apexcharts vue home page, but not work!I cant see donut type.can please tell me how i can add other type of apexchart
Hi, when I type something in the search field and get the message 'No data found', then I delete what I typing, the Customers list is returned, and when I click on the action button, it transferred to the Dashboard page.You can reproduced this problem on this page:https://preview.keenthemes.com/...
Hi,I've this error when run server error in ./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scssSyntax Error: SassError: Undefined variable. ╷142 │ values: $utilities-border-colors │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_util...
Hi team , I am using metronics 8x version which was built-on on create-vue tool. now as what i was checking change log of metronics , i saw in one updates create-vue tool has been replaced from vite, so are you guys going to give support of create-vue tool or should i update my project with late...
Hi Team, Can you suggest me a solution to prevent these warns popping in the console even if I don't use the "OnItemsselect" prop for data tables?Vue warn]: Property "prop" was accessed during render but is not defined on instance.