Introducing CrudHunt:Open-source Full-stack CRUDs for Next.js by KeenThemes
Browse CrudHunt

Tag: Vue (702)

Hi, we are searching something as:https://preview.keenthemes.com/metronic8/vue/demo1/?_ga=2.110975814.2136720187.1662632648-1362765973.1651486174#/builderWhere can we find the addon to create this? Should be perfect to give a JSON object in a function and it creates a code viewer.
Is there any way to group records using a specific column in the Vue DataGrid - sort of like what there is here;https://preview.keenthemes.com/metronic/demo1/crud/datatables/advanced/row-grouping.html
The official state management library for Vue has changed to Pinia (https://pinia.vuejs.org). Pinia has almost the exact same or enhanced API as Vuex 5. Vuex 3 and 4 will still be maintained. However, it's unlikely to add new functionalities to it. Please could consider migrating Vuex to Pinia o...
There's too many errors coming from all Vue files. Is there any way to fix them?Please help.Cheers,MizanExample:* Account.vueType '{ href: string; class: string; dataBsToggle: string; "data-bs-toggle": string; dataBsTarget: string; "data-bs-target": string; }' is not assignable t...
Please provide me an update zip because I'm unable to find eCommerce section in vuejs demo 7.https://prnt.sc/kNHtEujR78r7https://prnt.sc/OODrnr_odpS8Here you can find some screen shots
Hi Teams,Thanks for last update and vuejs fixes/upgrades.Just for information:1. Almost all vuejs online previews 3,4,5 shows us blank pagehttps://preview.keenthemes.com/metronic8/vue/demo5/2. SignIn page has been changed and it is not scaling good on mobile Refards thanks
Hi,I'm using VUE componentes and I find some issues with charts / widget3 component.1. The 3 top righ buttons (Year, Month and Week) buttons doesn't work (I click and nothing happens);2. I'm not able to internacionalize the x-axis and mouse tip (I cannot transate the name of the months t...
xconsole.log(store.getters.currentUser);returns : {id: 402, first_name: 'x', last_name: 'y', email: 'xy@gmail.com', email_verified_at: null, …}expected return : { name: 'x', surname : 'y' ... }
HiI try to use "kt.menu.dropdown.show" to catch when the user dropdown menu is open.But on vue3 and Metronic 8.0.38 I get this javascript error:Uncaught (in promise) TypeError: _layout_header_Topbar_vue__WEBPACK_IMPORTED_MODULE_1__.default?.reinitialization is not a function...
I found some error messages while compiling Vue version of demo8 downloaded from the site, and all of them are on "endingShape": "..." in ApexChart.endingShape is deprecated long time ago since ApexChart 3.27 but Metronic8 demos are still using this, which is quite surprising.
Hello everyone,I'm trying to fully integrate Metronic theme with Laravel / Vue.My version of Laravel is 6 (6.20.11), a version of laravel-mix is latest version (6).My current Metronic theme version is 8.I've been following this part of documentation ( https://keenthemes.com/metronic/?pag...
Hi Team:I found a bug When I go to firstpageAnd go to demo1's subscription-listif my data has data it is ok to click Actionsbut if my init data is empyt it will go back to homepagehttps://youtu.be/7U32Y9kIN7U
Hi, just noticed that vue-cli is flagged as in maintenance mode, and they suggest people to use create-vue instead (with Vite).Is this something that is coming in a future update to the Vue version sometimes soon?Thanks in advance!
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)...
Hi there,I'm running a VueJs app with Metronic 9. I have an element I'd like to use reparent on that sits inside one component, but the new parent element is in another component.When I attempt to run reparent with both new parent and the original element in the same component it works prope...
When will you release a version of Metronic 9 with Vue?
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.
Hello,I am using VueJS and Metronic HTML template, I am using this widget https://preview.keenthemes.com/metronic8/demo1/widgets/feeds.html but the cards are rendered inside a for loop.The dropdown menu is not showing :
Hi, I'm using the "steper" component in a wizard with mandatory fields to be filled in.However, the error messages are appearing initially, without the user trying to move to the next step (when the messages should appear).Do you know how to solve this?I'm using Metronic 8.1.4 - Vue....
Hey,In my view file, I have 3 components that are imported. Inside each component, I have button and dropdown. The issue that I have, that only first component work and 2 others aren't working. When I remove first component, 2nd starting to work normally. In my opinion, it's maybe a issue in...
I've updated the line:ApiService.vueInstance.axios.defaults.baseURL = process.env.MY_API_URL;(MY_API_URL = "https://localhost:7100") just for referencein order to point the app at my locally running API, but not matter what the base URL is always http://localhost:8080 (the location the a...