Get 2024 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $99
Get for 99$

Tag: Vue (694)

I want the modal has the following options: backdrop: 'static',keyboard: falseHow to manage this? I want a modal which is not able to close at at by clicking outside the modal, nor by keyboard.
Hello , Is possible to generate basic vue Metronic structure project only with basic structure . I think this is better for my new project because I have a lot of things which I dont need and I have to delete files and doing refactors. I need just components and some files.
Hi,Can you create some guide or update the documentation about integrating v8.1.6 with Laravel 9 Vite?v8.1.5 was working (https://devs.keenthemes.com/question/vue-laravel-integration), but I want to use pinia and that's implemented in v8.1.6.Or much better, can you create a starter kit f...
Hello! I set up a project from scratch on laravel + Vue, and started needing html pages migrated. The ”/assets/js/scripts.bundle.js” is not working in the components which are connected via . Can you please tell me what this problem could be due to ?
Hi,Is there a way for the KT datatable to convert automatically to card view on mobile viewport?I see veutify has it working pretty much the way I would need it to work.https://vuetifyjs.com/en/components/data-tables/#usageNot sure if adding veutify to the metronic 8 project will bre...
I have a suggestion, Please collaborate with Web Developer Youtubers like Laravel Daily, Bitfumes etc. So that they can create up to date video tutorials on how to integrate Metronic Template with different web technologies like Laravel, Vue JS, Inertia etc.. and Tutoria...
Hello,I'm using Metronic 8.1.5 with Vue3, and I'm trying to use the BlockUI (following the documentation https://preview.keenthemes.com/html/metronic/docs/general/blockui) but the KTBlockUI is not recognized.How can I use that BlockUI component?Thanks
Hello Team,We have used vue-i18n plugin same as it is used in the menu to translate text but we are facing issues when the route changes and constants get loaded delayed.Currently, our implementation is working fine but when we clear the cache and then shift to another page from one page at...
Hi - i am trying to build and deploy to production and getting the below errors.please can you help me resolve this?////////////////////PS C:\ZZDEV\SP-PAY\metronic-8.1.6-clean> npm run build> demo1@8.1.6 build > run-p type-check build-only> demo1@8.1.6 type-check> vu...
I have dynamic fields what i want to is to validate one dynamic field on thee basis of other dynamic field with yup this is dynamic field one
The production environment is installed in the root directory, and the configuration of the base url is omitted in vite.config.ts, resulting in the inability to load pictures, and each picture has an extra "'\"
Sample Route: /apps/subscriptions/subscription-listI'd like to use "KDDataTable" to render my data, but in demo they use a static typescript list.const data = ref([ { id: 1, customer: "Emma Smith", status: "Active", color: "success",...
Hi all, I want to buy Good Theme (HTML version) but I want to know if can be integrated to a VueJs 3 project.Regards,Alejandro.
Hi,Personally I love your Metronic HTML Template, its beautifully designed and crafted, easy to learn and implement than any other brand template..but other Metronic versions like VUE etc. are little bit over bloated with outdated dependencies, and complex for starting new projects, Compilin...
We have found a problem with the component. When the form or modal body have a scroll, the selector does not work (it does not change the value). It seems that it focuses the first element of the form to select an item.Steps to reproduce: 1. navigate to https://preview.keenthemes...
https://preview.keenthemes.com/metronic8/vue/demo1/#/dashboardIn the block of "Performance", click the date range it don't response.
I can visit site by yarn serveBut when I want to deploy it to a serve by yarn buildI got the errorUncaught SyntaxError: Unexpected token '
I want to use Chinese/Traditional as Yup default language?I found some modules abouthttps://github.com/loicmahieu/yup-locales#readmeAre your theme support?
Dear Sir/MadamWe have bought your metronic8 package and we are using its Vue.js version. We need to use Pinia and Vite as Vue cli and Vuex are outdated. At the moment Vue cli and Vuex are being used in metronic8 package. We would be grateful if you would provide us with your update for Pinia and...
Hi,I am trying to get the datatable cells to have a tooltip and it part works:
Hello,Im using Metronic Vue version 8.1.5, and I want to load a datatable with data loaded via HTTP Get using ApiService.So far the only way I found to be able to do that was by getting the data in my setup function and making the setup async as using Suspense.I was able to get the datat...
hello, the active pagination is always on page 1 when I navigate back to a page but the data is fine, only the active pagination is not working correctly and just stay in page 1 everytime I navigate back to a page.This is how I set my datatable currentpage:const currentPage = ref(route.qu...