Hello, im using metronic 8.2.3 VUE.I'm using custom variables in _variables_cusotm.scss for changing my main theme color. But it only work in light mode, not working in dark mode. while theme switched to dark mode, primary color set to default bootsrap color (blue).Any help will be appreciat...
Hello Keenthemes,I am using Inputmask library in my Inertiajs using Vuejs application. As said in the documentation, its included globally in plugins.bundle.js file.But still i am not seeing masking applied on my inputs. Is their any specific wayPlease help.Thanks
When I have table with Pagination and the rows have numbers like this:1 ---------2 ---------3 ---------So, when I go to the second page by Pagination the rows start from:1 ---------but it must start from:4 ---------How can I solve this bug?MetronicVue demo 8 version 8.1.6no...
Hello mates! We’ve acquired a regular license for Metronic, awesome work indeed. Thinking about use your demos as accelerator… Is it possible to have the demo9 in js code instead ts ? Thanks in advance! M.
I'd like to integrate with easyui but this is happen to me, any solution for this?Uncaught TypeError: No method named "destroy" at HTMLInputElement. (plugins.bundle.js:25:159338) at Function.each (plugins.bundle.js:14:3003) at _.fn.init.each (plugins.bundle.js:14:1482)...
Is there any way in vue demo that we can set the action button on the breadcrumb section right side dynamically based on the page same as the breadcrumbs?
After downloading the Vue version of demo8, an error occurred when running "npm run build".error:transforming (2239) node_modules/@fullcalendar/vue3/dist/custom-content-type.jssrc/components/modals/wizards/create-app-modal/CreateAppModalForm.vue:61:18 - error TS2306: File '/Volumes/projects/vu...
t works fine, but I have OCD :)in ./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scssModule Warning (from ./node_modules/sass-loader/dist/cjs.js):Deprecation $weight: Passing a number without unit % (100) is deprecated.To preserve current behavior: $weight * 1%More i...
when i write the npm run devits running but when i go to the website this error is display to me : Cannot read properties of undefined (reading 'length') at memoizedBinarySearch (file:///D:/DevOps/Sahab-Vue/node_modules/vite/dist/node/chunks/dep-67e7f8ab.js:9948:25) at trace...
Hello,Am using the vue version of metronic 8 and would like to have step validation done when user clicks next instead of showing errors by default,How can I achieve this
Hello team,I hope you're doing well,I have a question about this product 'Discussion on Metronic | Bootstrap HTML, VueJS, React, Angular, Asp.Net, Django & Laravel Admin Dashboard Theme'is the project include VueJS, React, Angular in the same code? because I only develop with VueJs
I need to set the logo path from the store.I have tried to import store on core/config/DefaultLayoutConfig.ts this file but it returns the error "Uncaught ReferenceError: Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization"Please help me with above issue.Thank you!
Hi,I have already existed pubished project ith Metronic 8 laravel version,when I try to integrate Vue code, I faced aot of problems, because it cannot find app.js of vueCan you please give me steps to perform task?
Hi I need an editable table structure for this layout. When you click on the row, the rows should be edited directly. Do you have such a table structure?
I use Metronic 8, Demo 2, Vue, v.8.1.6. For non-changed project doesnt work command npm run build. Execution occurs without errors, but the build results do not display content.
If the user is already logged-in then how can I redirect user to "dashboard" if he tries to visit the "sign-in" page?In current scenario:If the user is logged-in, still able to visit "sign-in" page and type login credentials.