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)

Hi Team,Metronic on every page change is sending verify request to the backend.// verify auth token before each page change authStore.verifyAuth(); // before page access check if page requires authentication if (to.meta.middleware == "auth") { if (authStore.isAuthenticated) {...
What is the correct way to add dark/light mode toggle in Vue?
heading: "cove", pages: [ { heading: "data_analytics", route: "/analytics", keenthemesIcon: "parcel-tracking", bootstrapIcon: "bi-archive", }, { sectionTitle: "data_blueprints", route: "/", keenthemesIcon: "tria...
Hi Lauris,can you please pass me information about possibility of changing colors in light theme?I would like to change sidebar (in sidebar mode) OR header ( in header mode ) from black to different one?Dark theme is fine and I would like to stay as it is but I need to change color of the si...
Hello, I very much like the html demo39 and I want to implement the same into vue. I don’t want to write the vue code from scratch but want to implement it like shown into other vue demos. I have tried replacing assets of one of vue demo with html assets scss. Also updated Layout.vue with new classe...
There's too many errors coming from all Vue files. Is there any way to fix them?Please help.Cheers,MizanExample:* Account.vueType '{ href: string; class: string; dataBsToggle: string; "data-bs-toggle": string; dataBsTarget: string; "data-bs-target": string; }' is not assignable t...
Hello, encountered this problem on VueJS template theme, with Safari browser version 12 +. Personally we are testing on version 14
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...
Hi, I used the layout building to get a config of Demo 3 for Metronic 8's VueJS Template. But the sidebar is not hiding. I think there's a bug (or maybe I am doing it wrong). Please let me know.
Hi, I've followed this guide to integrate Metronic 9 with Vuejs. I'm running Vue router so, as mentioned in the guide, I'm initializing KTComponent like this:// index.tsimport KTComponent...
Hi all,I have an error using the vscode IDE and the metronic demo1 for vuejs.I do not have any custom modification in it yet, so the code is the original one.I am using VSCode in a macos running all the last version of it.I am using the extension volar for VUE.Some of the components ar...
I encountered many problems when building vuejs with HTML version. Would you like to ask me if you will build demo11 into a demo program of vuejs in the future?
Longtime metronic owner here, god I just love this theme.I have been trying to install the Vue version into laravel, following the documentation, but I am encountering several issues.Docs: https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integration1.) The build is EXTRE...
HelloI installed Metronics 8 + VS Volar pack plugins and "Vue Langue Features (Volar)" plugin show error in all components on .vue files.For exemple here on Layout.vue all components in DOM has same message http://a-p-c-t.fr/to-meet/Capture.JPGhttp://a-p-c-t.fr/to-meet/Capture2.JPGDo...
Are there any examples on how to populate the KTDatatable with data from an API? I can see in array of the data I want when I log to console, but can't seem to get the table to update. I've included an example below.Thanks!setup() { const checkedCustomers = ref([]); const store =...
After purchasing the theme, an error occurs when you import the vscode folder and run it.vscode -> npm intall ->npm run dev errorAn error has occurred.versionnode version : v16.20.2vue version : @vue/cli 5.0.8select project : https://keenthemes.com/products/rider-vue-pro-------...
Is there any documentation for multi auth for the theme , I want to redirect users and admins on different login portals and how to set it ?
I don't care if it's not fully implemented. We can figure it out. We do got licenses.
Hello,Is there any example of adding a badge in the vue sidebar for all pages and the count will be from the API call?I saw an example in the HTML demo in Inbox > Messages menu, I want the same as that.
Hi! I am using Metronic 8 HTML in a Vue Project (I don’t want to use the Vue theme as I want to work in JS, not TS). How can I access and get rid of the right-side buttons (Help, Demo, Buy now) buttons? I can not find these HTML elements anywhere.Thank you!
hello, I'm just learning front end design. I encountered problems when integrating the metronic 8 template which is Backend Console with my Vue project. I have added KTComponents.init(); onMounted on each of my pages, but when moving to a new page some components don't work, for example the search b...
Hello, I hope you are doing well. So, Let say I have my app built with the Vue (or React or any SPA) version 8.4 for example. And today, a new version of Vue appears ( Metronic vue 8.8 for example). Is there a way to have the new app quickly in the latest template ?