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

Tag: Vue (614)

hello, I'm having trouble opening the menu in drawer element plus. on another component I did reinitializeComponents() and it worked, but when it was in the drawer, the menu didn't appear even though I had done reinitializeComponents().is there anything i missed?here is my code snippet
VUEJS TemplateI am using KTDatable with:checkbox-enabled = "true" and getting data from the server sideResponse:[ { "id": 1, "name": "User 1", "checked": true }, { "id": 2, "name": "User 2", "checked": false }]How can check this row by default?
How can we download the template code for "Podcast" dashboard and for Vue?
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,the vue js header (Navbar) has default a white background. Is there a setting value so that the navbar is like in the html version (transparent bg and on scroll white?
I am trying to integrate Metronic theme with Laravel and Inertia js, I could not figure it out. Because Metronic Vue theme is using Vue router and others things. Those are not required for Laravel and Inertia js. Can you suggest how to convert Metronic Vue theme for Laravel and Inertia js?
When clicking on the User picture on a small size screen in in Metronic demo 7 for Vue, the user menu is not visible. It seems there is an issue with setting proper z-index.See the gif in full-size, It gets cropped here:
When clicking the sign out button on the User menu in Metronic demo 7 for Vue, the user gets redirected to the sign-in page, which is functioning as expected. However, the user menu remains open until the page is refreshed. It's worth noting that this issue does not occur consistently, but...
Iam using vue js template and there is a bug: after login its creating the "Menu wrapper" 2-times - so the Navbar is doubled. Any suggestions how to fix this?
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?
my header menu with kt_app_header_wrapper class on localhost, can't float like preview on https://preview.keenthemes.com/metronic8/vue/demo1/dashboard like this https://i.imgur.com/M80sL7O.png
Can you provide me a guideline to integrate vue version of metronic 8 in laravel 10 using inertia js
When working with opening new components within v-for, since they are added after page-load, the dropdowns are not loading:data-kt-menu-trigger="click" data-kt-menu-placement="bottom-start" data-kt-menu-overflow="true"class="menu menu-sub menu-sub-dropdown" overflow:scroll;" data-kt-menu="...
I want to deploy the build "dist" to production.In production i have installed a nginx and configured it like examples for vue-apps.Wenn request the page only the index.html will be delivered - without any js and cssThis is my nginx blockroot /var/www//html/dist; #index...
Does Metronic fully support Vue 3 Pinia and Vite? Is Metronic v8.2.0 vue app built on Vuetify or Bootstrap or developed on simple HTML?
Hello. I used metronic theme for my website. But unfortunately one of packages stopped whole page and started a music with alert message. Can we replace sweetalert2 or lock it in next versions of theme?
HelloI am working in a Vue 3 project that uses 8.1.6 Metronics version.I need to display a FullCalendar Component in a "kt-drawer" Component but there is a reactivity issue and it seems that FullCalendar CSS (or maybe FullCalendar options ?) are not reactive so FullCalendar displays in this...
I try to implement the Date Picker from the demo "Set First Target" into the Wizard "Create App" - but i can't receive the Date within my form. The picked Date is not stored in the "Interface" data. I use the name of the declared object within the parent - but the Yup (defined in the parent) tells m...
Hi! Im using the Demo 1 version of the metronic template, i chose the Vue option.I am having a little trouble trying to render a drop down menu in my screen.There is this template section with a v-slot (Actions) inside a datatable:
I have a Vue app using v8.1.0 demo1Now I want to change the layout theme to be like demo 7 I copied the config from v8.2.1 demo 7 and pasted it in my app - Default Layout Config, but it didn't work!here is my old config:const config: LayoutConfigTypes = { themeName: "HRO", themeV...