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 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...
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
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...
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...
import type'type' is declared but its value is never read.Vetur(6133)Module '"@/stores/auth"' has no exported member 'type'.Vetur(2305)import { useAuthStore, type User } from "@/stores/auth";metronic demo 8node v18.12.0npm 9.1.2
HiI recently purchased the theme and very like the new design in version 9.I want to know if there's a way of using version 9 in Nuxt JS Vue framework.Thanks !
Did exactly as mentioned, Only the skeleton loads. (I can only see menu content) I supposed it should load a dummy working site. Am I missing something ?https://keenthemes.com/metronic/tailwind/docs/getting-started/installationhttps://keenthemes.com/metronic/tailwind/docs/getting-started/in...