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 (715)

Hello experts.we are developing a project with Demo1 and now we would like to add dark mode to it dynamicly. But the problem is that dark mode doesn't work with adding "dark-mode" class to the body.Dark mode works fine with importing realated scss files but we are gonna toggle the theme dynamic...
I'm using metronic 8 demo 1 with vue3. I see that to show images it uses this function getAssetPath('media/misc/auth-screens.png').QUESTION: Where should I add new images/logos? I mean where to place that root folder (media)?
HiI downloaded Metronic 8 package and wanna use Laravel. Though there are lots of useful JS pre-initialized packages inside it, VueJs module is not added. How can I properly add vuejs module and use it.Thanks in advance
Version 8.20Demo 1The page url where the error occurred : https://preview.keenthemes.com/metronic8/vue/demo1/?_ga=2.222728219.1658756242.1692005631-1878589721.1678872228#/apps/subscriptions/add-subscription
I build the website to switch between 2 languages one LTR and the other one RTL,so please guide us in building the output with both languages (RTL and LTR)we are using Vue demo 8 and Metronic 8.1.6
I'm using metronic 9, but since I've started several updates have been released.What is the best way to update metronic 9 to the latest version?
Hi,I'm using a vee-validate library and Field component of it. How can I have a date picker field?Thanks in advance,Vahan
I have tried many methods, but I can't solve it. I hope you can give me some help and ideashttps://demo.ds3587.com/WX20220908-144802@2x.png
I tried to create a new record for "Test_Collection" collection in directus with this function in ApiService.ts file public static test() { ApiService.vueInstance.axios .post("/items/Test_Collection", { name: "test", result: "123" }, { headers: { "Content-type": "application/json;" },...
The official state management library for Vue has changed to Pinia (https://pinia.vuejs.org). Pinia has almost the exact same or enhanced API as Vuex 5. Vuex 3 and 4 will still be maintained. However, it's unlikely to add new functionalities to it. Please could consider migrating Vuex to Pinia o...
I am installing demo3 in vuejs I run command :- npm i- npm run servebut me dispaly error: ERROR Failed to compile with 1 error...
HiI am having trouble getting the vue version working right. I am now just working with the demo but that is far from perfect. In the video about how to start it you export a file, but for vue that is not the case. You just have a bit of typescript, that's it. How am I supposed to start a vue pr...
Hello there, I am facing an issue: the Primvue dropdown is not working when using it inside the dialog. however, it works fine when use it outside it. any help?
I was wondering when the latest Metronic8 Vue3 release will contain the same form element examples and support that is part of Metronic7. Specifically all the Bootstrap form elements, Vuetify and Vuelidate examples that are included in all of the Vue demos from Metronic7.Thanks,Pete
When I chose the template and added it to the cart, I didn't know that template is correct. So how can I check this
Hi!There's a version that's "clean" or we need to manually cleanup components that we dont need?
Hi, I want to use Metronic 8 with Vuejs. I don't want to use the dedicated Vue version because I prefer not to work in Typescript. I have tried to the most abvious way, by importing CSS and JS assets into Public/index.html, recreating the way it works in the Metronic HTML version. But with this...
are there any spesific examples of (Metronic) datepicker for vue?
How can I use just some of the components like "time-line, drower, and card" from Metronic in my current Vue-JS or React-JS project?
Hi,I am using Vue demo7 template and it looks like some libraries are not initialized or included as compared to the HTML version. For exampleTooltip is not working in Vue template, had to manually trigger it in the MainLayout.vue const tooltipTriggerList = [].slice.call(document.qu...