New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

Tag: Vue (711)

Hey there, while exploring the demo version for VueJS, I'm curious if the premium version offers additional components and features beyond what's showcased in the demo version. Or is it restricted to the features demonstrated in the demo version?
Hi, do you have any intend to do metronic 9 vue natively just like react in etronic 9.1.0?
How to redirect from sign-in to dashboard if user logged in??
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 "'\"
Hello,After upgrading bootstrap to 5.2.0-beta in the Vue Demo 7 template, I am getting an error everytime I click a aside menu link as shown below. Would anyone know why this is happening?bootstrap.esm.js?0a67:74 Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '#/dash...
Currently, in metronic/vue/demo1 , you need to click in the top header toolbar menu items, to show their submenu.Please add option to appear submenu on mouseover too.
Hi,I`m using Metronic 8 with Vuejs 3 demo 5 and I`d like to change mobile menu behaviour like it is here this forum -> upper menu slide from left on mobile.RegardsKrystian
Hello,We have implemented KTDatatable and everything works fine but now we have to implement expandable datatable we have tried much with the KTDatatable but did not get success, so is there any reference or demo available for the same? because we have implemented this in the whole project and c...
With functions like this, how do redirect the user to the previous page after a successful loginconst router = createRouter({ history: createWebHashHistory(), routes,});router.beforeEach(() => { // reset config to initial state store.commit(Mutations.RESET_LAYOUT_CONFIG...
helo, how to implements metronic vue in laravel inertia vue,thanks..
I have integrated the Vue demo customer listing page in my development and when I integrate the Action menu (data-kt-menu) it doesn't work for me in the datatable but I put the same code outside the table it works can you please help me to fix this issue.Code:
Has anyone worked with the Vue Rider template? I am looking to get some help understanding the structure and customizing it. Willing to pay for consulting hours if anyone is interested. Thanks!
Thanks for your help, from mobile phones I open my website and it looks fine, but I leave that tab open in the cell phone browser, the next day I go to the same tab and these display errors appear frequently:1- My website is displayed blank and I cannot reload the window from the cell phone brow...
Hi, I want to use the aside menu from demo4 in a vue project. I will be converting the html code, css from the src folder and JS into a Vue component. The CSS is a 40k lines of code and so is the JS. I see that in the html/src folder I get separate SCSS files.Which files will I need? _init.css,...
Using multiselect https://preview.keenthemes.com/metronic8/vue/docs/#/vue-selectWith static data it behaves normally, but as soon as the data becomes dynamic, then the entire content of the select becomes green, as if everything is selected.
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,I am using VueJS and Metronic HTML template, I am using this widget https://preview.keenthemes.com/metronic8/demo1/widgets/feeds.html but the cards are rendered inside a for loop.The dropdown menu is not showing :
We do use a input field with a search element of Metronic Theme 8. Vue.
Hi,I use metronic with Vite.I'm trying to use the Froala editor. However, I can't get it to work; I'm following the instructions, but it's not working. Here's the link I'm following: https://froala.com/wysiwyg-editor/docs/framework-plugins/vue-js-3/. What should I fix??
Hello, are you planning to prepare a vue ui kit? The current metronic 8 vue project is very complex and I need to edit a lot. It would be great to use it like Vuetify.
I am reaching out because I have a question regarding the implementation of Vue.js within my Metronic 8 project, which is built using Laravel and Vite.I am relatively new to both Vue.js and the Metronic template, and I'm facing some challenges when trying to integrate Vue components into my exis...
I follow the instruction here, but i can't make it works: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/vueIt mentioned that Tailwindcss is not required, but in src/assets/metronic/css/styles.css, it clearly import tailwindcss. This cause error and i can't continue....