Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Vue (614)

Hello! I set up a project from scratch on laravel + Vue, and started needing html pages migrated. The ”/assets/js/scripts.bundle.js” is not working in the components which are connected via . Can you please tell me what this problem could be due to ?
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...
Hi,Can you create some guide or update the documentation about integrating v8.1.6 with Laravel 9 Vite?v8.1.5 was working (https://devs.keenthemes.com/question/vue-laravel-integration), but I want to use pinia and that's implemented in v8.1.6.Or much better, can you create a starter kit f...
Hello , Is possible to generate basic vue Metronic structure project only with basic structure . I think this is better for my new project because I have a lot of things which I dont need and I have to delete files and doing refactors. I need just components and some files.
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...
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 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
I am using the multi-select provided in the documentation for metronic 8. How to validate Multi-select option in vue with yup , i have already tried
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...
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,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...
I want to add tooltip on the sidebar menu. How can I add the tooltip. Can you please help me in enabling the functionality of adding tooltip.
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
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
Hello Team,Is there any way where we can add a link/button to the accordion header?
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?
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 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...
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, 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,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.