Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Vue (616)

Demo 3, left indent for sub menu is not working.After downloading the file, I ran the code without any changes, but the indentation in the sub menu does not work properly.
Hi guys, i recently bought mecatronic 8 theme implemented with Laravel+Vue. When i run npm the compiler tends to get stuck at 64% for 40-50 minutes. I dont use Gulp, but could Gulp make a better flow?
Hi,Metronic Demo5 Vue, fresh installationcode from element-plus docs I used this code e.g on CustomersListing.vue th...
Hi Team, It seems to be routing is not working as expected like it doesnt render the data to the datatables when naviagting from one screen to another. And I get to see the this console error runtime-core.esm-bundler.js?d2dd:38 [Vue warn]: Unhandled error during execution of schedul...
When defining table headercolumnName: "fieldName",columnLabel: "Invoice",current KTDataTable doesn`t look at columnName thats why we cant use label for header customization.the reason is in TableBodyRow.vueit need to be changed to ${properties.columnName}...
I got difficulties implementing existing vue components in laravel. I got various problems, and every time i solve one another one appears: "vue doesn't recognize ", "differently vue versions in package", etc. I tried to watch and read all your documentation but i could not find something mor...
What is the correct way to add dark/light mode toggle in Vue?
Hello,I upgraded the version with 8.1.1 The issue is in KtDataTable. I created the header array like below.const tableHeader = ref([ { columnName: "#Sr", columnLabel: "index", sortEnabled: true, columnWidth: 20, }, { colu...
I am using Metronic 8 version 6 and I would need to fetch the contacts from the api and use them in the table however I cannot convert the json to the ts interface. Could you send us an example of how to do this?
Hello,The vuejs version of 'Demo 9 - Fancy Dashboardis it planned? Do you have a release date?Thanks in advance
I am using KTDataTable in 8.0.0 version and it seems to be working good.When I download the latest version 8.1.1 and set up that in my project. I am getting errors like below Module not found: Error: Can't resolve '@/components/kt-datatable/KTDataTable.vue' in '/proprint/src/components/...
Hi,do have any roadmap for Vue Demo 5 or Vue basically?I'm at the begining of creating application with Metronic and switching from 8.0.38 to 8.1.1 is not a problem ... I will just start from scratch. I want dark/light theme up and running ... thanks.But my question is about the updates road...
Hey,Do you plan to make visual alignements between Metronic HTML and Metronic Vue (Aside, top navigation, ... are not the same) If yes, when can I expected an update for vue version?
I'm running some tests on Metronic Demo 5 Vue (the Q&A site), and want to configure it to use our OIDC authentication server (Keycloak) for authentication. I've removed the code that pops up the stock login page and replaced it with the Keycloak configuration code. That piece works as expected. W...
Hello,I need to include a modal with form inside a multi-step sequence, but the component don't allow me to do it.There is a way to include such modal inside this component?Thanks,MB
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
Hi,In multi-step sign up, using Vue, the error messages under the required fields appear without the user even making a mistake or trying to step forward. This behavior only happens in the wizard (multi step), and in the other forms we can control this visibility.I'm trying to adjust thi...
I followed this documentation to create a fresh Laravel 9 and Vue 3 using demo 8 app: https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integrationHowever, when running npm run dev, it only builds up until about 12%, and then it freezes. How do I resolve this?I als...
Do you have an example either by way of documentation or an example download of the laravel backend to the Vue Demo 1 theme?the app you have at https://preview.keenthemes.com/metronic8/laravel/api just looking for an example so I can learn.ThanksJim
So I have a Laravel Metronic 8 app and I'm trying to understand how the asset compiling works. There are a lot of folders and a lot of code and directories in resources/assets:- core- demo8 (chosen demo)- extendedQuestions:1. What are all these folders?2. Why are core an...