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

Tag: Vue (614)

I would like to see a verification code UI Element. Example: https://unblast.com/code-verification-app-template-psd/Please also make sure to use **** and not show the real value.
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....
In vue demo3, why you are not using ? Can you provide some examples ? Best regards, Wilhem
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 "'\"
RequirementMetronic version v8.1.6+PHP 8.1.9+Composer 2.4.1+Node 16.16.0+Create a new Laravel 9 project
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...
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...
Hi,I am trying to get the datatable cells to have a tooltip and it part works:
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...
I want to use Chinese/Traditional as Yup default language?I found some modules abouthttps://github.com/loicmahieu/yup-locales#readmeAre your theme support?
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 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.
https://preview.keenthemes.com/metronic8/vue/demo1/#/dashboardIn the block of "Performance", click the date range it don't response.
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...
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...
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",...
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
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...
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...
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
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...
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...