New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

Tag: Vue (715)

Hello,Is there any example of adding a badge in the vue sidebar for all pages and the count will be from the API call?I saw an example in the HTML demo in Inbox > Messages menu, I want the same as that.
Hi! I am using Metronic 8 HTML in a Vue Project (I don’t want to use the Vue theme as I want to work in JS, not TS). How can I access and get rid of the right-side buttons (Help, Demo, Buy now) buttons? I can not find these HTML elements anywhere.Thank you!
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...
Hello, I hope you are doing well. So, Let say I have my app built with the Vue (or React or any SPA) version 8.4 for example. And today, a new version of Vue appears ( Metronic vue 8.8 for example). Is there a way to have the new app quickly in the latest template ?
have any example vue metronic8 for the axios user login with django rest framework document?how to use the theme api token user login.have any Mock API can look it for vue metronic8?Thanks.
HiI try to use "kt.menu.dropdown.show" to catch when the user dropdown menu is open.But on vue3 and Metronic 8.0.38 I get this javascript error:Uncaught (in promise) TypeError: _layout_header_Topbar_vue__WEBPACK_IMPORTED_MODULE_1__.default?.reinitialization is not a function...
Hi,I'm using VUE componentes and I find some issues with charts / widget3 component.1. The 3 top righ buttons (Year, Month and Week) buttons doesn't work (I click and nothing happens);2. I'm not able to internacionalize the x-axis and mouse tip (I cannot transate the name of the months t...
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...
Is it possible to provide Select2 and Flatpickr Vuejs Component within your template?Thanks in advance
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
I'm using HTML template project for my Vue JS project, and when the user redirect from login page to dashboard for the first time, the user account menu dropdown is not appear. As a user, i need to refresh my page first so the dropdown will be work.How do i resolve this issue? any suggestions? Tha...
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...
Really nice theme here, but.. with all due respect, was this tested at all with server-side data during development? It seems many of us across frameworks are having problems with the kt-datatable and data-kt-menu dropdown not playing well with "real" data.I've seen several posts going back mon...
I have noticed that the Metronic Vue dashboard does not include an RTL version.I have seen in some previous questions a method to convert it to an RTL version (EX: https://devs.keenthemes.com/question/rtl-language-switch-vue-metronic-8 )(EX: https://preview.keenthemes.com/html/metronic/docs/ge...
here I want to ask about how to templating the 7 metronic demo with the laravel inertia vue js framework, when downloading the vue js template the file inside uses .ts
Hi all!I have been trying to get the KTDatatable component to work but no joy so far.I did look through all the documentation I could find on the KTDatatables and the only real documentation I found (https://preview.keenthemes.com/metronic8/vue/docs/#/kt-datatables) does only have boilerplate...
data-kt-countup was in vue.js demo1account.vue file2006CHbut it doesn't work... why.
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...
xconsole.log(store.getters.currentUser);returns : {id: 402, first_name: 'x', last_name: 'y', email: 'xy@gmail.com', email_verified_at: null, …}expected return : { name: 'x', surname : 'y' ... }
Hello, const myData = ref([]); const getRulesList = computed(() => { return store.getRulesGetAll; }); onMounted(async () => { await getRules(); myData.value.splice(0, getRulesList.value.length, ...getRulesList.value); }); const search = ref(""); c...
Hi we were curious when you might have typescript support for your core components?
Hi,I get alot of errors/notifications inside Visual Studio Code by TS.Some examples:- Open ApiService.ts - Cannot find module 'vue' or its corresponding type declarations.ts(2307) - Cannot find module 'axios' or its corresponding type declarations.ts(2307)What causes this problem?...