Hello Team,We have used vue-i18n plugin same as it is used in the menu to translate text but we are facing issues when the route changes and constants get loaded delayed.Currently, our implementation is working fine but when we clear the cache and then shift to another page from one page at...
Hello, I'm developing application using Metronic Vue 8.2.5 version I can run the application just fine using Node 20.11but I can't build the apps. I even tried to build the base Metronic vue and found out that I can't build it either. Is there any specific requirements that must be meet...
HI team, First of all ; thank you for the great work. Metronic is the best.Without surprise, I need more component / librairies on Vue templates, as Tiny sliders for example. scss is here, but no js or ts. Can you help me adding it ? Best regards
Hi,I see the aside menu has 2 themes, dark and light, but it's not applied:/** * Set the aside theme * @returns {string} */export const asideTheme = computed(() => { return useConfigStore().getLayoutConfig("aside.theme");});How and where can I use this?
Can we download the source code of the metronic documentation project? It can be downloaded in version 8.1, and then the download entry can no longer be found.
Metronic demo 8 version 8.1.7node v18.14.1npm 9.5.0Is there specific files style.css & style.rtl.css for each Metronic demo ,if there , where I can find it .
Hi ,please can you replay to me in this question in this link I asked before 2 day Thanks .https://devs.keenthemes.com/question/rtl-language-switch-vue-metronic-8
I get the following error all over the VueJS demo1```Component template should contain exactly one root element.```Looking at your Vue Templates in crafted pages. Almost all of them have multiple root elements. Why is this?Any example is crafted/account/Settings.vue. It has 5 root el...
Thank you for your continuous development and problem solving.I have a problem with CKEditor -vue version,insert images, as it appears in the template, the uploading component does not workCan you re-compatibility summernote template with the latest version,It is simple, fast and easy to use...
Do you have an example either by way of documentation or an example download of the laravel backend to the Vue Demo 1 theme?the app you have at https://preview.keenthemes.com/metronic8/laravel/api just looking for an example so I can learn.ThanksJim
Support,I have used Metronic 8 demo1 with no issues when viewing the site, but when I try to view Metronic 8 demo2 I am receiving the following error. "Mixed Content: The page at 'https://localhost:7261/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://...
In version 8.1.1 with vue When i run: npm run serve i get this errors:ERROR in src/components/widgets/charts/Widget1.vue:135:9TS2322: Type '{ horizontal: false; columnWidth: string; endingShape: string; }' is not assignable to type '{ horizontal?: boolean | undefined; columnWidth?: string...
I am getting the same file content for all the demos I downloaded and it is no where near what you guys have on the previews. For example the in the all the demos I downloaded, the src/views/apps folder has only 4 apps as against eleven that was shown on the demo.
Vue Version: 3.2.27 (KeenThemes: 8, latest version)Element Plus Version: 2.1.7TypeScript: Latest versionimport { genFileId } from 'element-plus';import type { UploadInstance, UploadProps, UploadRawFile } from 'element-plus';I gives me an error: Module '"element-plus"' has no exported m...
Hi, I want to ask about configuration of project, if i create a new vue project and add dependency following package.json file inside metronic_vue_v8.1.6_demo2 folder and copy assets folder into my new vue project. how can i use
Iam using vue js template and there is a bug: after login its creating the "Menu wrapper" 2-times - so the Navbar is doubled. Any suggestions how to fix this?