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 (711)

Hello dev, we are interested in using demo1 and decided to settle for ReactJs Or Vue version of the demo, we noticed that the versions (VUE and React) when compared with the HTML version do not contain several sample pages, app templates that captured our attention. Were they removed to reduce fi...
How can I make HTML theme files into vue3 js project. Metronic vue is already included but I don't want to use it, how can I do that?
Hi Team, It seems to be routing is not working as expected like it doesnt render the data to the datatables when naviagting from one screen to another. And I get to see the this console error runtime-core.esm-bundler.js?d2dd:38 [Vue warn]: Unhandled error during execution of schedul...
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...
I have demo 2 up and running. I cannot toggle the dark theme by adding "dark-mode" to the body's class list.I've also tried to load both styles (dark and light) in App.vue. At first it seems like that this works but this also seems to break a lot of things.What would be the recommended way o...
Hi! Im using the Demo 1 version of the metronic template, i chose the Vue option.I am having a little trouble trying to render a drop down menu in my screen.There is this template section with a v-slot (Actions) inside a datatable:
Hello, I'm using Vue version of Metronic 8.1.6 and am trying to add sweetalert2 to my app. It works but its native CSS is missed, so alerts are not styled.I see there is a file \src\assets\sass\core\vendors\plugins\_sweetalert2.scss but apparently it's not globally enabled.The question is: w...
i am facing an issue related to vue-i18n package during the build (npm run build)[commonjs--resolver] Failed to resolve entry for package "@intlify/shared". The package may have incorrect main/module/exports specified in its package.json: No known conditions for "." specifier in "@intlify/share...
When I execute command "yarn run serve".some problemsD:\metronic8\src\views\crafted\widgets\Tables.vue1:1 error Parsing error: Unexpected token
I am changing the default axios url in the Api Service, but it still does not affect it. Do I need to make a change in a different place?
Hi,Does the vue frontend for Metronic work with any of the other backends included (NOT LARAVEL) . It is unclear but your notes suggest it only works with laravel. e.g. does it work with Django, Ruby or any of the others?
How to prevent page scroll top when open a modal?I'm using metronic 7 with Vue and Bootstrap Vue Modal.Thanks.
Hello,I am using menu for filters and all I need to do is when user close the menu(by clicking out side on page), I have to reset filters options since filters are not applied. So I have to check that in hide event. Could you please guide me how to achieve that?button type="button"...
Is it possible to make a whole cell or row linkable in datatables? I am using Metronic Vue demo7. Thank you!
Am trying to do a post api call in a component but getting this errorType '{ first_name: string; last_name: string; email: string; role: string; }' has no properties in common with type 'AxiosRequestConfig'is this a bad way of doing it? But if I do it through the store its ok, should i b...
I followed this documentation to create a fresh Laravel 9 and Vue 3 using demo 8 app: https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integrationHowever, when running npm run dev, it only builds up until about 12%, and then it freezes. How do I resolve this?I als...
I found some error messages while compiling Vue version of demo8 downloaded from the site, and all of them are on "endingShape": "..." in ApexChart.endingShape is deprecated long time ago since ApexChart 3.27 but Metronic8 demos are still using this, which is quite surprising.
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@
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 use dropdown, but it is used well on the first list screen.Why doesn't it work when I try to use it by inserting a dropdown after taking a specific action?I'm using your own wizard component, #kt_create_account_stepper.Dropdown is used inside this wizard component. data-kt.. Could it be that...