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

Tag: Vue (90)

Hello,I just purchased metronic 8 template, I builded default demo2 vue app and put to my ftp.But it showed just a white screen, i can not see default website, what is wrong ?
Currently Metronic has vue and react resources on typescript. Can I get resources on javascript for vue js or react or for both of them?
Hi ı am new in this template and vue 3. I just created an empty vue 3 app.I downloaded metronic 8, demo 2 template. what is next ?
Hi,I try to use the sticky component for vue, but the sticky doesn't work after a route change. It will only work on a fresh page load.Please advice.Thank you
Can you please show an example on how I can modify the Element-plus's sass variables? I've tried so many ways. I'm using el-dialog inside my components, I can't seem to decrease the Top padding of el-dialog__body class
run npm serve command, prettier too many warnings;1:11 warning Delete `␍` prettier/prettier2:20 warning Delete `␍` prettier/prettier3:31 warning Delete `␍` prettier/prettier4:22 warning Delete `␍` prettier/prettier5:27 warning Delete `␍` prettier/prettier6:79 warning Delete `...
Hello, you provide a separate Vue version, and a Laravel version using ".blades" files.Do you have any tutorials on integrating the Vue template into Laravel?I see you had a tutorial in Metronic v7, but it does not work with the latest version 8.
import firebase from "firebase/app";import { defineComponent, ref, onMounted } from "vue";interface ICustomer {id: number;name: string;email: string;}const customers: Array = [{id: Math.floor(Math.random() * 99999) + 1,name: "Emma Smith",email: "e.smith@kpmg.com.au",},{id:...
Hi,Thank you for the awesome theme. I am using a vue theme. I checked we can add different language wise labels. But it’s only for the Side and Topbar Menu.What I have to do if I want to show page breadcrumb language-wise also? Is it possible?Also, I checked in all other pages button text are al...
Hello,I have already purchased your theme.I want to develop it in laravel and vue js.The problem i am facing right now that is couple of js file showing error after compile by webpack like plugins.bundle.js and script.bundle.js.Can you give me any advise please?
I am using KTdatatables for my list page in vue. Now I am fetching the data from API and showing it into the table. Now I want to show pagination for my table. Also, I read the documentation for that and try to write the below code but still, it doesn't show me the pagination. By default, my API ret...
I am using kt data tables and el pagination. Now the issue is when I change the items per page dropdown of el-pagination my api returns the correct data.But my kt data table is not being updated.Pagination code
Hey folks,When I submitted the form, can't really reset the modal.Could you please give the right way to dispose the modal after hide it?Thanks in advance!M.
I actually don't know how to combine both technologies can u help me about the documentation pls
I set up the theme in my system and it works like a charm. The issue is it appends the # in my URL. I tried to check about that didn't get any success.Is there anything I need to change?My URL: http://localhost:8080/#/dashboardWhen I removed hash from the URL it redirects...
Hello author, i am trying to implement datatables in laravel + vue combo. Can you please help me out ? only KTDatatable is available in metronic 8 vue version and even in that there is not a single ajax KTDatatable example….How do i do that ? For sample there is only “resources/ts/src/store/modules/...
Hello author, i am trying to impletemet vue in metronic 8 : demo1So far i have managed to implement vue as instructed here : https://preview.keenthemes.com/metronic8/vue/docs/?_ga=2.126652361.574265224.1648481172-1797318304.1625209156#/vue-laravel-integrationAs for now i can only use view compone...
I have been unable to get Boostrap Tooltips or Popovers to work in my project. I then checked the Demo 1 application and it seems like it's broken over there as well.For example it's working on the HTML template:Visit https://preview.keenthemes.com/metronic8/demo1/widgets/mixed.html and scroll d...
Hi ThereI have downloaded version 8.0.38 and run a yarn install and yarn serve under vue demo1.I get the default site but no index on left side and no authentication either.I then tried changing app.vue to dark mode with following change// Main demo style scss//@import "assets/sass/plugins";...
Hi i need add momentjs format hh.mm.ss in kdatable cell can please help me code.i need convert created_at with momentjs but i dont know how add in v-slot cell moment(){{ data.created_at }}thanks!
Vue Version: 3.2.27 (KeenThemes: 8, latest version)Element Plus Version: 2.1.7TypeScript: Latest versionimport { genFileId } from 'element-plus';import type { UploadInstance, UploadProps, UploadRawFile } from 'element-plus';I gives me an error: Module '"element-plus"' has no exported member '...