Hi, I'm using Mertonic Vue and I changed things up a bit in this project using Pinia with it. If I want a model or drawer to be shown based on the Pinia store state or maybe update the store state when a modal or drawer is toggled, how will I do that? With regular javascript, I can simple use th...
Hi all right, I'd like to start a project in Vue with as little custom components as possible, just plus the styling part and bootstrap components. Is it possible to have this prototype in the list of examples?
hi,do you have any vue component where tiny slider (https://preview.keenthemes.com/html/metronic/docs/general/tiny-slider/advanced) is used? i tried to follow the documentation, but couldn't make it work.
Hello, when I try with postman, the backend I prepared returns the service token, but when I use your vue frontend with axios, I get a cors error. I used docker as webserver nginx virtualization and all my apps are behind reverse proxy on the same server. I would appreciate it if you could help :) B...
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...
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...
Hi there,After updating the Metroinic version. I got this error: Loading module from “http://127.0.0.1:5173/metronic8/vue/demo8/src/App.vue?vue&type=style&index=0&lang.scss” was blocked because of a disallowed MIME type (“”)when I omit the style files from app.vue file project works just...
Hello, when I am opening a website on a smartphone iPhone 11, 13 & 14 it opens at 90% resolution (zoomed in and the right side is not fit in the screen), so I need to zoom it out. Do u know how to fix it?
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
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
Hi,I want my datatable to show at the bottom "Showing 1 to 10 of 50 entries" for example. I see its available in your non-vue examples, but I dont see a way to enable that in the vue demo 1 or 2. Is there some snippet of code you could provide that I can add it in manually?Thank you,Ch...
Hi - is there a good way to pass data to for example "AddCustomerModal.vue" from CustomerListing.vue ?I want my modal to be used for not just adding records but also editing records.To edit a record, I have the Edit button for each row in the datatable which calls a function that shows the m...
Hi Team,The Metronic template is amazing, do you have any full working implementation of this template in React or any other language ? By full implementation, I mean all features are working as shown in demo UI.Thanks in advance.Sam
What is the purpose of this line, is this accidental or should something from the server-side be populating this field?The demo doesn't show it but when I build the static assets I can see it from front-end in production, I want to make sure there isn't a missing class needed here.Line 11 on...
Hello, I want you to help me, I bought version 8 of Metronic but it comes with bootstrap 5 and I want it to work with bootstrap vue I would like you to allow me to change from version of metronic 8 to 7 which would be easier for me to work with, thanks
Hi Lauris,I know that currently datatables does`n have such a functionality but ... can you please give me a tip how to expand this to have opportunity to summarize column(s) e.g. table like NAME, SURNAME, SALES, EARNINGS.I`d like to have additional row at the bottom of the table with sum eith...
significant changes have been made from 8.1.1 to 8.1.6 like moving from vue cli and vuex to vite and pinia.I would like to upgrade these tools is there anything i need to watch out for or i can spin up a new project and move my specific code to the new versionWhats the best way to approach t...