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

Tag: Vue (702)

how can I leverage the drawer component in vue, I have a table with list of countries, I would like to have an edit button on each row to edit the country inside of a drawer? Can you share an example or some guidance?Thanks in advance,Victor
Hello,Please update Metronic v9 guide so we can get all the HTML sample pages to work with the sidebar buttons for React/Vue/Angular. As per instructions, we are only copying the media folder to Public folder, and when running the application, the right pane is empty. it would be great...
I have these dependencies and are stopping me from deploying to production at Microsoft DevOps or GitHub. Can you help?npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requ...
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,Does the vue frontend for Metronic work with any of the other backends included (NOT LARAVEL) . It is unclear but your notes suggest it only works with laravel. e.g. does it work with Django, Ruby or any of the others?
I tried to create a new record for "Test_Collection" collection in directus with this function in ApiService.ts file public static test() { ApiService.vueInstance.axios .post("/items/Test_Collection", { name: "test", result: "123" }, { headers: { "Content-type": "application/json;" },...
Hi Lauris,can you please pass me information about possibility of changing colors in light theme?I would like to change sidebar (in sidebar mode) OR header ( in header mode ) from black to different one?Dark theme is fine and I would like to stay as it is but I need to change color of the si...
Good afternoon,I did everything according to the instructions, installed Tailwind Vue, in general, everything works. I just can’t figure out how to make the dark theme switch work, as shown in the demo.
Hi, do you have any intend to do metronic 9 vue natively just like react in etronic 9.1.0?
Hi, I've followed this guide to integrate Metronic 9 with Vuejs. I'm running Vue router so, as mentioned in the guide, I'm initializing KTComponent like this:// index.tsimport KTComponent...
HiI recently purchased the theme and very like the new design in version 9.I want to know if there's a way of using version 9 in Nuxt JS Vue framework.Thanks !
Metronic is undoubtedly one of the most popular themes worldwide. I started using it several years ago for a system, and I’ve stuck with it ever since.I find the theme impressive and currently use it with Laravel and Vue. I’m sharing my experience to highlight a significant issue: despite Metron...
Hi !I'm trying to implement a apexchartbut need to get data from the DB.I wrote this code to get data:onBeforeMount(async () => { const cats = await GetRemovalReasons().then(({data}) => data).catch(e => []); categories.value.splice(0, categories.value.length, ...cat...
Action dropdown sometimes opened, sometimes not openedVue demo 8V 8.2.4 {{ t("a...
hello, I'm just learning front end design. I encountered problems when integrating the metronic 8 template which is Backend Console with my Vue project. I have added KTComponents.init(); onMounted on each of my pages, but when moving to a new page some components don't work, for example the search b...
Sorting did not work in KTDataTable, so I decided to improve it.Here are the specific lines I added or changed in your component:Added two new refs to store the current sort field and sort order:const sortField = ref(props.sortLabel);const sortOrder = ref
How do I import a layout into laravel? The default in the integration guide is for demo1. Is there one for demo5? Also where do I get the pre-built components here under the Pages & Components section https://keenthemes.com/metronic?Thank you
Hi,Does the vue frontend for Metronic work with any of the other backends included (NOT LARAVEL) . It is unclear but your notes suggest it only works with laravel. e.g. does it work with Django, Ruby or any of the others?
Hi everyone,We're using metronic v9.0.6 with tailwindcss and vue. While trying to use a render function for the DataTable component, custom components returned are not being rendered.My example code is here (was erroring while trying to post it here): https://snipit.io/public/snippets/89917...
Hi all,I'm playing around with the Metronic demo 1 (Vue Version).How can I trigger a Toastr when the component is mounted? I have no idea. I can't find anything in the docs for the Vue version of the template.Regards