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

Tag: Vue (703)

i want to disable sort after add item or re-init ktdatatabe like first time ,an disable pagination. ...
i need a full demo of vuejs like demo theme how can i get it for example with upload file function in vuejs not found in demo1 theme. In vue i don't see full like demo so i can get a full version with vue3 but not html. a lot of features I didn't find. It's hard to look at the template and imagine i...
Just picked up Metronic 8 and am trying to get started with a Laravel/Vue project. Can't find any good getting started resources for the new version. Trying to follow and modify this walkthrough for Metronic 7, (https://keenthemes.com/metronic/?page=docs&section=vue-laravel-integration) but not gett...
When I use a v-if="toolbarStatus" in the first DIV element, it does shows the button, but it does not shows the Dropdown3 elements. This only happens when I'm from route "A" going to end route "B" which loads the Toolbar. Does this have to do with router-link which I'm using in route A...
Hello, are you planning to prepare a vue ui kit? The current metronic 8 vue project is very complex and I need to edit a lot. It would be great to use it like Vuetify.
Hello,Can you provide demo 20 template for Laravel + Vue version?Thank you
is JS version available for Vue Theme?
How can I use just some of the components like "time-line, drower, and card" from Metronic in my current Vue-JS or React-JS project?
I'm getting thousands of errors when trying to setup eslint properly. I didn’t find anything in the documentation.I followed the steps and installed the theme using "npm install", but when I do "npm run serve" I get a message saying the eslintrc file is missing.I tried to do "eslint --init"...
I encountered many problems when building vuejs with HTML version. Would you like to ask me if you will build demo11 into a demo program of vuejs in the future?
None of the VueJS demos have a working data table that is able to filter via the search
HiI am having trouble getting the vue version working right. I am now just working with the demo but that is far from perfect. In the video about how to start it you export a file, but for vue that is not the case. You just have a bit of typescript, that's it. How am I supposed to start a vue pr...
With functions like this, how do redirect the user to the previous page after a successful loginconst router = createRouter({ history: createWebHashHistory(), routes,});router.beforeEach(() => { // reset config to initial state store.commit(Mutations.RESET_LAYOUT_CONFIG...
Hi do you have ready build for vuejs with vite ?
How to redirect from sign-in to dashboard if user logged in??
The code works as usual, but it is always warning these errors like shown in this image:https://ibb.co/Fg6WFgZHow could I solve it?
Hello there! Metronic's Vue@Demo6 does not work after installation. Could you check it please and help me?
If the user is already logged-in then how can I redirect user to "dashboard" if he tries to visit the "sign-in" page?In current scenario:If the user is logged-in, still able to visit "sign-in" page and type login credentials.
When I execute command "yarn run serve".some problemsD:\metronic8\src\views\crafted\widgets\Tables.vue1:1 error Parsing error: Unexpected token
> @ dev /www/wwwroot/demo1/vue_laravel> npm run development> @ development /www/wwwroot/demo1/vue_laravel> mixsh: mix: command not foundnpm ERR! code ELIFECYCLEnpm ERR! syscall spawnnpm ERR! file shnpm ERR! errno ENOENTnpm ERR! @ development: `mix`npm ERR! spawn ENOE...
After the network request set the initial value of ref formData from onMounted method not working? It printed but step1 component input value was not changed. We are using vue3 templateHow to change input value in this situation?