Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Tag: Vue (704)

Hi, Are you considering including purgecss as part of the build process on Vite and maybe other build tools? Metronic and Bootstrap are producing a massive amount of css, that would be nice to be able to purge if possible, as this will have great impact on Google Lighthouse scores. Thanks...
Hello,i need to know how i can get the data from laravel api with server side paginationim using KTDataTable vue typescript
Hello, I'm using Vue version of Metronic 8.1.6 and am trying to add sweetalert2 to my app. It works but its native CSS is missed, so alerts are not styled.I see there is a file \src\assets\sass\core\vendors\plugins\_sweetalert2.scss but apparently it's not globally enabled.The question is: w...
how to prevent text of table new line in DataTable(metronic/ vue)https://www.youtube.com/watch?v=RCr2hWNGJ8w
HI.It is possible to add to the kt-datatables component (Vuejs) the option to customize the styles of the background color and borders of the cells. I need this option since I need to change the background color depending on a specific value in the cell.
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...
I am changing the default axios url in the Api Service, but it still does not affect it. Do I need to make a change in a different place?
The current version 8.0.38, upgrade directly to 8.1.6, the span is too big.
Hi,If I'm using v-loading, the z-index of it is 2000 and conflicts with KeenThemes (such as sidebars, modals etc, as they have around the z-index: 100).What is the best way to make sure it does not conflicts? I didn't find a perfect way to change the z-index of v-loading. Could you help?
Why is Vue navbar multiplexing menu names? What is the solution ? For example;Dashboardlayout buildercraftedAppsMega MenuHelp --Again Dashboardlayout buildercraftedAppsMega MenuHelp
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...
Hi ,please can you replay to me in this question in this link I asked before 2 day Thanks .https://devs.keenthemes.com/question/rtl-language-switch-vue-metronic-8
Hi, earlier version like 8.1.4 has this already covered.Again switching to dark mode - element plus still lightThe same with SweetAlert.Can you please give me a tip to fix both?
Hi I have this error Failed to parse JSON file, invalid JSON syntax found at line 2084I know de error is not in the .json file, so Iḿ asking me how to setting server.hmr.overlay to false in vite.config.js. in the proper way to see if itś solves my problemt. Thanks...this is the .json by the...
Hi Lauris,Metronic Vue 8.1.7when using e.g. post request const getUsers = () => { ApiService.get("account/list") .then((data) => { tableData.value.splice(0, tableData.value.length, ...data); }) .catch(({ response }) => { console...
When the mobile phone browses vue-demo8, click the user menu button and the user menu will be displayed on the back of the sidebar instead of the front
Hello,I started VueJS to improve my personal learning. I'm trying to integrate demo37 into vuejs. I used tab on the homepage, but the user dropdown in the top menu does not work. There are no errors in the console.I am using Laravel InertiaJS.
Hi, When using the vue version of metronic 8, how to use the server for pagination?
I have a menu dropdown which does not work at first. but then we if change the nested route or change refresh that page then it start to worksThis is the URL from demo Previewhttps://preview.keenthemes.com/metronic8/demo1/pages/user-profile/overview.htmlIssue is with the 3 dots buttons n...
public static setHeader(): void { ApiService.vueInstance.axios.defaults.headers.common[ "Authorization" ] = `Bearer ${JwtService.getToken()}`; ApiService.vueInstance.axios.defaults.headers.common["Accept"] = "application/json"; }error:Uncaught (in promise) Typ...
Hi, I used the layout building to get a config of Demo 3 for Metronic 8's VueJS Template. But the sidebar is not hiding. I think there's a bug (or maybe I am doing it wrong). Please let me know.
Hi, when I type something in the search field and get the message 'No data found', then I delete what I typing, the Customers list is returned, and when I click on the action button, it transferred to the Dashboard page.You can reproduced this problem on this page:https://preview.keenthemes.com/...