After running the build command, the files are built successfully, but the served page is blank.I see the following two messages on the console.Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking...
Hello there,I am using Metronic - Vue - v.8.2.0, and I want to use bootstrap instance for showing modals via Javascript function such as:boostrap.modal.getInstance('').show()but I get this error "bootstrap is not defined".I think this is the way metronic works, but How can I inject s...
1、Can this page be added to metronic8?(https://keenthemes.com/tutorials) I like it very much, I really want it,In this way, I can use metronic8 on both the front and back ends.2. Can demo34 be used in demo2 vue? How are layout and css files migrated?
Hi Team,I`m using Metronic 8 with Vuejs. Main menu is generated in Menu.vue and its looping through DocMenuConfig.Can you please advice me how to change menu items based on logged user role?I`'d like to create e.g four such a Configs: menuAdmin, menuUser, etc ... and switch it depending on l...
I am used Laravel 10 & İnertia Js & Vite and VueThis is console erorcaught TypeError: Cannot read properties of undefined (reading 'init') at Object.init (scripts.bundle.js:1:41) at scripts.bundle.js:1:348my code
When clicking the sign out button on the User menu in Metronic demo 7 for Vue, the user gets redirected to the sign-in page, which is functioning as expected. However, the user menu remains open until the page is refreshed. It's worth noting that this issue does not occur consistently, but...
First of all thank you for the theme. The question arises that how to implement the demos from this page: https://keenthemes.com/metronic/tailwind/docs/ ?There's React and HTML but not Vue. Does that really mean one needs to fully convert everything from the downloaded dist/ folder for speci...
Hi, I tried doing this, But when ever i add the my datatable lists all the items from the array instead of 10 or the selected rowsPerPage, i tried passing the rowsPerPage prop, but when ever i add the events the props aren't working.
Have you tested this?/* in IDE /*Could not find a declaration file for module './theme/app/layouts/demo1.js'. implicitly has an 'any' type.ts-plugin(7016) in import KTLayoutsrc/theme/core/components/scrollto/scrollto.ts:41:24 - error TS2531: Object is possibly 'null'./* while npm run b...
Hello,There is a problem with the KTDatatable loading screen.It is light in dark theme and dark in light theme.Changing the order of the colors breaks the whole theme.What is your recommendation for this?Thank you.
HelloWe need to develop a web application using Metronic template backoffice (vuejs) but we need also to create several form pages without backoffice connection.I was testing to create those form pages, so I added a second app in main.ts (called appForm) and I add div id #appForm in index.ht...
Demo 3, left indent for sub menu is not working.After downloading the file, I ran the code without any changes, but the indentation in the sub menu does not work properly.
I tried to integrate one of your HTML themes into my laravel 8 Jestream and Inertia Js project at the beginning everything works perfectly but when a user has just connected, once he arrives on his page, nothing works no button works the menu table no longer works. For everything to work, it must re...
Hi,Does the vue frontend for Metronic work with any of the other backends included (NOT LARAVEL) . It is unclear but your notes suggest it only works with laravel. e.g. does it work with Django, Ruby or any of the others?