Hi,what is the purpose of executing before each router call verify action?Metronic is expecting back user object with token.So my backend should check if user from authorization header exists then pass user with new token back?Regardsa
https://ibb.co/JQXWYCwHello, I want to modify it like this in vue, but always kt tools bar warning, can you guide me to modify it? thankshttps://ibb.co/2k8JNRQ
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 elements i...
Are there any examples on how to populate the KTDatatable with data from an API? I can see in array of the data I want when I log to console, but can't seem to get the table to update. I've included an example below.Thanks!setup() {const checkedCustomers = ref([]);const store = useStore(...
I've had nothing but issues getting this set up in so many different environments. Trying to follow your documentation is so incredibly frustrating.Having said that i have been battling away with the Vue Laravel integration. I have followed the steps https://preview.keenthemes.com/metronic8/vue/do...
got several issues at start up. how can i solve this?ref - Module ‘"…/…/…/node_modules/vue/dist/vue"’ has no exported member ‘ref’. Did you mean ‘$ref’?watch - Module ‘"…/…/…/node_modules/vue/dist/vue"’ has no exported member ‘watch’.inject - Module ‘"…/…/…/node_modules/vue/dist/vue"’ has no e...
Hi,How can I add Vuex-persist to the application? I tried adding the Vuex-persist the way mentioned in their documentation, but doing that makes the Vuex states show empty on The Vue-dev-tools. Also is there any way to persist a selected module or state? beca...
Hi,I've added few modals using the the ways mentioned in the docs, using bootstrap.js & modal.js (I guess the one came with the template).So the issue is I'm using a drop down menu o my datable. for actions, if the datatable is empty during the first load, after changing the parapets and getting...
Hello,I'm using mixed/widget4, It simply display a number I getting from an API.but by the time the widget is displayed, the api response is not there yet so I'm getting errors. The getter is undefined. a few mseconds it is but too late.Action and mutations are fine, sometime it works, actually...
Hello, I bought the theme. In the update history it says Vue demo3-4-5 is included. When I download the theme files, there is only demo1 in the vue folder. Can you check ?
I'm not having much luck trying to debug Metronic 8 for Vue in Visual Studio Code, which is really slowing down development. Could someone please share their working launch.json or anything else the needed to change to get debug to function properly?Here is what I currently have which doesn't qui...
I've tried to deploy metronic for vue 3 in docker and map it with my hostname but it can't run with the build command that you gave in the readme file. Do you have any suggestion or any more guide line about how to deploy it?
Im using the html version from Metronic 8 theme but the sidebar its not working when changing between views from the SPA vuejs app, how can I make it work in my vuejs project? I didn't used the Metronic Vue version beacuase I saw its using vue 3 and typescript, I'm using vuejs 2 without typescript.....
I'm searching for the element https://preview.keenthemes.com/metronic8/demo1/documentation/general/search.html for the Metronic 8 - Vue version.The Vue version has an option with search, but the example is not correct for me. You have to click first on the icon to open the search module.I want t...
Hi good day how can we use kt-datatable component with axios in vuejs ? When we tried this its not updating the table datasetup() {const tableHeader = ref([{key: "checkbox",sortable: false,},{name: "Name",key: "Name",sortable: true,},]);let tableData = ref([]);onMounted(async...
Hi,After I added "dark-mode" class to the body tag,and updated the import as below:```@import "assets/sass/plugins.dark";@import "assets/sass/style.dark";```I am only able to see a partial dark mode, the sidebar is still in light mode, and the New Member and New App button on the header is...
If I click on a button, I want to show the button as we can see in the documentation at: https://preview.keenthemes.com/metronic8/vue/docs/#/modal.Now I want to open a new modal, in the current modal. I want to close the current modal (temporary) and open the new modal. When I click on the button...
Can you please update packages configuration for VUE Metronic Version.On "npm audit fix --force" breaks the build "npm run dev"# npm audit reportansi-regex >2.1.1