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

Tag: Vue (614)

data-kt-countup was in vue.js demo1account.vue file2006CHbut it doesn't work... why.
Hi all right, I'd like to start a project in Vue with as little custom components as possible, just plus the styling part and bootstrap components. Is it possible to have this prototype in the list of examples?
Hi, I'm using Mertonic Vue and I changed things up a bit in this project using Pinia with it. If I want a model or drawer to be shown based on the Pinia store state or maybe update the store state when a modal or drawer is toggled, how will I do that? With regular javascript, I can simple use th...
Hey guys,I have a question. How is it possible to copy components from other Vue.js demo?I would like to copy the MainLayout.vue component in demo1 to demo4. Thanks for your help.Greetings
Hello,I am using Metronics Demo7 Vue, and I am trying to add a div to the Footer.vue file in a fixed position so that it is always visible at the bottom. I am able to add the div in the correct position, however, my issue is with the width.As soon as I change position:fixed, the width is no...
Hello,Is there any working implementation available for group-by datatable in Vue Js demo or in HTML demo?
Hello,Is there any draggable components/elements demo available in Medtronic, we have to implement draggable dashboard components so if is there any demo available please provide it!
Hi Lauris, I`m starting to expand FulCalendar and got a question:sample method for creating event const addEvent = () => { console.log("there you Go!"); calendarOptions.events = [ ...calendarOptions.events, { title: "My Title",...
I deployed the metronic 8 vuejs demo1 to amplify and its not rendering properly. Anyone was able to deploy and has the steps to make it work?if you go to it, you will see with developer tools that its strangely trying to load stuff into the static index.html pagehttps://master.d399gdl6wuc7cz...
Hi,Do you have or can create icons for vehicles category? I am looking for icons like scooter, car, truck, trailer etc.
Hi,Do you also have a component where the layout component is vertical and not horizontal?e.g. page where it's horizontal: https://preview.keenthemes.com/metronic8/vue/demo8/?_ga=2.51434665.1633134830.1667988175-1914974606.1667988175#/crafted/pages/profile/overview
Hi Teams,in router file there is breadcrumbs field meta: { pageTitle: "Dashboard", breadcrumbs: ["Dashboards"], },how can I display it - I`m using demo 5How to chain subpages for example Dashboard - subMenu - subSubMenuregards Krys...
t works fine, but I have OCD :)in ./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scssModule Warning (from ./node_modules/sass-loader/dist/cjs.js):Deprecation $weight: Passing a number without unit % (100) is deprecated.To preserve current behavior: $weight * 1%More i...
I would be grateful if you show an example of how to transfer data to a component of a modular window.
Hello,Is there a Metronic 8 with Vue2 support?If no, where can I get the latest Metronic that is supported by Vue2?Thanks!
we build a software using Metronic vue, when we start using the built website "program" and after switching between menu items, the vue becoming freezing (not responding). we investage the issue, and we found that component (MenuComponent, ToggleComponent, ect) has been initialized, and didn...
i had a problem with my metronic template demo 5 i am using laravel inertia js with vue3laravel:v9.2php:v8.0.2vue:v3inertia:v0.6the scripts.bundle.js is not loaded properly it causes problem inUser Account Menu (KTMenu) not working on click or hover SideBar not...
Hi,During development I make some mistakes. The error is normally logged to the console with component name, line and method. But I'm getting2app.2b3d77aa.js:4 Error at bc (app.2b3d77aa.js:12:5491) at Object.p [as resolve] (app.2b3d77aa.js:12:10333) at Object.T [as resolve]...
I need to set the logo path from the store.I have tried to import store on core/config/DefaultLayoutConfig.ts this file but it returns the error "Uncaught ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization"Please help me with above issue.Thank you!
Hi, I'm using metronic vue version 8.1.1In demo1, the example code to open modal: