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...
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...
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...
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?...
I've updated the line:ApiService.vueInstance.axios.defaults.baseURL = process.env.MY_API_URL;(MY_API_URL = "https://localhost:7100") just for referencein order to point the app at my locally running API, but not matter what the base URL is always http://localhost:8080 (the location the a...
When buying the metronic 8 themes (60$), should I expect all the themes with different languages and framewokrs that it says it supports ? I want the vuejs version, but It would be awesome if someone could answer my question before i buy.
When we start (serve) demo1, the first page is 'sign-in'. How can we avoid that, and instead have any desired page as the main page, so sign-in was not required?