Hi,I'd like to play with this version and check possibility to migrate from 8.1.4This version is a little bit different.I manage to run it 1. disabling "Typescript and JavaScript Features" - in vsCode2. disable Vetur - in vsCode3. install Volar - in vsCode4. install TypeScript Vue P...
Are there pre-made components for VueJS to actually build an own app?I cannot use anything from the VueJS demo app as the components there all have hardcoded demo data in them.Is there something where I can download the components for theme elements such as cards, dropdowns, navbars, etc. or...
Hi,Currently using the following demo:https://preview.keenthemes.com/metronic8/vue/demo1/#/apps/customers/customers-listing- Click `Add Customer`- Change the name to `test 1` or anything else- Click `Submit`- Click `Add Customer`- Notice that the name is still what you set earlier...
Hi,Do you have some article or page where you explain the terms and relations?e.g- What is the difference between pages and apps?- What is the relation between account, user management and customer?- Do you also have the migration files for laravel or any database dump?
Please add support (or instructions) to use Vue project with Vite (https://vitejs.dev/) instead of Webpack&Vue-cli. Will be a great step ahead. (i've found tutorial too, but it is for vue-2, and might be now incorrect: https://qvault.io/javascript/migrating-vue-webpack-to-vitejs/ )
Hi, friend! We are very happy to use Metronic! It is wonderful!I am using my application in VueJs and metronic8/vue/demo1 Please help me with this:I need to show a fixed footer on mobile devices, similar to mobile apps. I need my users to see a fixed bottom menu from their mobile (menu with...
https://ibb.co/JQXWYCwHello, I want to modify it like this in vue, but always kt tools bar warning, can you guide me to modify it? thankshttps://ibb.co/2k8JNRQ
The use of Keenicons has been a significant enough burden that I'm here to ask how does Metronic suggest we regress them completely from the codebase. We want them completely nonexistent and removed.You might ask why. 1. They are much too playful, too immature, and doesn't instill profession...
Hello Team,I'm currently trying my best to get metronic 9 running with the techstack in title.I stumpled upon some things that I want to share with you:- You have a lot of wrongly formatted imports / exports - my IDE will directly tell me that nearly every typescript component file has at...
1. run yarn add @types/bootstrap2. put these code in main.ts import { Tooltip } from "bootstrap";app.directive("tooltip", (el, binding) => { new Tooltip(el);});3. use it like this show tooltip
When we use Datatable component with action button in row, its all ok with static data, but with dynamic data buttons don't work. Looks like its not initialized. Dara recieved on hook OnMountedHere code:
Hello,I went through the ThemeForest and I found that you have mentioned KTDatable refactoring in Vue 8.1.0 release, so what change did you make? I am really excited to look at that as I have implemented them on the whole project and it required lots of custom work
I download de Vue Metronic 8.2.3 Demo 1 and after run npn run build don't work with nginx I juste receveid error this messages:1. Loading module from “http://vod.mydev.wtf/metronic8/vue/demo1/assets/index-9fb06229.js” was blocked because of a disallowed MIME type (“text/html”).2. The styles...
Helllo , I am Trying to intgrate ( Vue demo 1, Metronic V 8.81 ) with laravel depending on this documentation https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integrationSo I have two issues 1. When i run any npm install command i am getting this error (11 vulnerabilities (4...
Hi, I have used Metronic 8 Vue and HTML templates before and I was really pleased with them. I heard Metronic 9 Tailwind is out. But there is something I don't understand; Isn't the Metronic 9 Tailwind template included with the vue.js version? Is there only an HTML version? Kind regards...
Actions Menu Stop working in Customers-listing: After fetching data from API, the Actions menu stops functioning correctly, even with minimal static content. Instead of opening the menu, the action button redirects to the home page. How can I resolve this?im using Vue version