Hi there, I like you product "Metronic | Bootstrap HTML, VueJS, React, Angular, Asp.Net, Django & Laravel Admin Dashboard Theme"One question I want to ask is that, if purchased, would I have access to all versions like React, Laravel, Vue and others or I will have to pick one?Thanks
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
Hi, I build a Metronic 8 VueJS & Laravel by myself from HTML. And create components as I use. So in a component I've build, I need to use the "Dialer" component, which is written in vanilla JS. In Vue JS, When I want to save a form, I have to get all the value from v-model. But inside this form, I c...
I’m working on a Vue.js 3 project with Metronic 8 and was wondering if there is further documentation available for KTDatatable?I’ve got the table working but would like to add server side paging and sorting.The documentation lists the event names but I was hoping there was a bit more detail...
Hello, I'm having problems with the javascript parts and the image parts after the build, how can I get the build properly, most functions do not work properly. There are problems such as images not coming after Build, not redirecting after logging in.
Hello,I would like to know how to give focus to a form field in a modal. I'm using the Metronic template with VueJs.Regards,
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...
Where should I put:window.Vue = require('vue');I added at the bottom of resources/mix/plugins.js // Vue.js - The Progressive JavaScript Framework 'node_modules/vue/dist/vue.global.prod.js',but where should I register window.Vuewindow.Vue = require('vue'); where should I...
Hope this request find you well.Few months ago in Metronic 8 Vue version, we could have the possibility to have both demo and docs version, but now it is not possible. Could I have the new version of Vue with documentation template of you don't do those features anymore?
The site works without any problems, butAll components throw an error---errorJSX 요소 클래스는 'props' 속성이 없으므로 특성을 지원하지 않습니다.ts(2607)'__VLS_21'은(는) JSX 구성 요소로 사용할 수 없습니다. 해당 인스턴스 형식 '{ $: ComponentInternalInstance; $data: {}; $props: Partial
I am using vue version of Metronic and I want to change font family of whole website when user changes the language (to for example 'es'). Is it even possible? and can I make it use RTL template if user changes language to a RTL language?
We have found a problem with the component. When the form or modal body have a scroll, the selector does not work (it does not change the value). It seems that it focuses the first element of the form to select an item.Steps to reproduce: 1. navigate to https://preview.keenthemes...
Hi, I bought the product on themeforest two years ago. I had never actually used it. However, now I'm starting to use it and I realized that in the package I download there are not all the demos and apps. If I renew my support, can I have access to these packages?
Hi,I already have Metronic 8, I purchased one copy for my client, and I already used that licence.Now I want to use my already developed application for another client. So now how I will purchase a licence and activate my already developed application.Or if I buy another copy from https://th...
Hello,I'm using Metronic 8.1.5 with Vue3, and I'm trying to use the BlockUI (following the documentation https://preview.keenthemes.com/html/metronic/docs/general/blockui) but the KTBlockUI is not recognized.How can I use that BlockUI component?Thanks
How to disable eslint ? because error of "Component name "Content" should always be multi-word vue/multi-word-component-name" this is annoying for me. Just delete eslint on package.json or ? btw i use phpstrom and i have turned off eslint in php strom, but eslint still appears in the browser
Hi! I've recently integrated Metronic into my VueJS app, but after following your integration guide I'm getting this error when running my npm local dev build in Vue CLI:Any idea of what I might be missing?
Specify team size option is not selectable?Info button has no tooltip or popover to display the information?
I downloaded this template, using with VUE3.Is OAuth login implemented there?If not -> how do I do it correctly?If yes -> please share more details how it is implemented.Thanks in advance.
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
Install webpack dependencies for RTL bundler using this command: npm install --save-dev webpack webpack-rtl-plugin remove-files-webpack-plugin css-loader mini-css-extract-plugin webpack-cli.Create a file named rtl.config.js and copy the webpack...
In component demo1/src/layouts/main-layout/sidebar/SidebarLogo.vue.On sidebar toggle element (element with id kt_app_sidebar_toggle) add attribute ref="toggleRef"Add a new property for the component, to pass sidebar element.props: { sid...