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

Tag: Vue (703)

Hi,I've Metronic 8 Vue version.node - 16.14.2npm - 8.5.4yarn - 1.22.18fresh downlod, yarn install gives meyarn install v1.22.18info No lockfile found.[1/4] Resolving packages...warning rtlcss-webpack-plugin > babel-runtime > core-js@2.6.12: core-js@
Hello experts.we are developing a project with Demo1 and now we would like to add dark mode to it dynamicly. But the problem is that dark mode doesn't work with adding "dark-mode" class to the body.Dark mode works fine with importing realated scss files but we are gonna toggle the theme dynamic...
TS2607: JSX element class does not support attributes because it does not have a 'props' property. 268 | return () => ( 269 | > 270 | 271 | // @ts-ignore | ^^^^^^^^^^^^^^^^^^^^^^^ > 272 | ref={elTableRef...
I am testing the metronic vue.js theme and using axios to fetch data from a simple API. I can fetch data in my method and output this in the console, but I cannot update the datatable itself. here is my code:export default defineComponent({ name: "kt-entity-list", components: {...
Hi,How can I add Vue Browser Detect Plugin to the application?I followed the instructions of the plugin but without success#########https://github.com/ICJIA/vue-browser-detect-plugininstallationnpm install vue-browser-detect-pluginmain.js:import browserDetect from "vue-br...
Hi there,I am looking to point the app api to my backend which is using laravel sanctum.From the VueJS app, when i update the app url, i get a CORS error and request fails to even hit the backend.Is there some additional proxy settings needed for this to work on the vueJS App?
HI all,I`d like to hear from Vue, TS masters how to send post request with api service.Below example work fine but I've changed post method in apiservice fromparams: AxiosRequestConfigtoparams: anyhow to do it without changing apiService? Can you also pass examp...
Hi there,I have the Metronic 7.2.5 and this has vue2 which i am happy with.However when i compile i get a tonne of the error messages belowUsing / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.Is there a version that doesnt have this or a way to...
Hi, I want to use Metronic 8 with Vuejs. I don't want to use the dedicated Vue version because I prefer not to work in Typescript. I have tried to the most abvious way, by importing CSS and JS assets into Public/index.html, recreating the way it works in the Metronic HTML version. But with this...
Vue 3 version does not support Chrome Vue devtoolsdevtools version: 6.0.0 beta 21nodejs version: 16.14.2
Hi,I`m trying to simplify your implementation of searching through table component. and JS. Initially table is filled. Typing in search field and "consoling" tableData and temp gives...
How can I import SCSS files in this project to extract CSS independently during packaging.(请问在此项目上 我该怎么样引入scss文件,才能在打包时独立提取出css)
The site works without any problems, butAll components throw an error---errorJSX 요소 클래스는 'props' 속성이 없으므로 특성을 지원하지 않습니다.ts(2607)'__VLS_21'은(는) JSX 구성 요소로 사용할 수 없습니다. 해당 인스턴스 형식 '{ $: ComponentInternalInstance; $data: {}; $props: Partial
Hi, After upgrading from 8.37 -> 8.38 on the vue version, now my vue.config is not working anymore. In your changelog you haven't written anything about breaking changes?this is what causing errors: chainWebpack: config => { config.module .rule("eslint") .use("eslint-loade...
Please add Metronic VUE JS with Inertia JS For Laravel Project Integration with documentation to your top priority list.Thanks
After already putting in some time with development, I'd like to install Vue. I'm using Metronic 8 with Laravel 9 and I'd like to start using Vue components for better usability. How do I go about installing Vue and using Vue components? All tutorials/articles that I see online are all for using La...
Its templates allow you to use datatable the free jquery plugin, that is https://datatables.net/?
Hi team ,How to apply fixed table header in metronic kt-datatables:component url : https://preview.keenthemes.com/metronic8/vue/docs/#/kt-datatables.i want to make tbody scrollable with fixed thead.I am looking forward to the solution and right approach.
Hi team ,How to apply filter in metronic kt-datatable:component url : https://preview.keenthemes.com/metronic8/vue/docs/#/kt-datatable.i want to add multiple filters into ktDatable. Is there any ready-made solution available in ktDataTableI am looking forward to the solution and righ...
Hi,I just bought the metronic template recently. I needed one element from it for my project, but it turned out it's vue3 and the codebase I'm working with is vue2. I was wondering if you still have code for metronic multistep wizard with vue2 laying around somewhere and would be willing to share...
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...
How do you dynamically transfer data when you click on bootstrap-Modal,It's not written v-on.(v-8.0.37)...