340 comments found.
Hi, I didn’t have MUIX pro key. How can I use the project
Hi,
You can use most of the components without a license by importing the community version with ”@mui/x-data-grid” instead of ”@mui/x-data-grid-pro” or ”@mui/x-data-grid-premium”.
If you need advanced components that require a purchased plan, you need to get a license from MUI. You might find the pricing here: https://mui.com/pricing/
Can i use template with my custom api’s not using firebase?
Do you plan to upgrade this for Vue 3?
One of the best template made with vue. I have included typescript and converted every js file into typescript. I have created a business ERP system with this and it’s growing day by day. I liked the message box idea and implemented it with SignalR. Though I had to work a lot on performance issue, overall experience is excellent.
Thank you 
Does this template uses Vite , or can you add it?
Is there any reasonable explanation to have the iconsminds to be base64 encoded?
Hi, how are you?
I’m having a problem when users are accessing my website from iPhone or iPad. The sidebar button is not displaying the sidebar, but still the rest of the page reacts as if the sidebar was there. The problem disappears after refreshing the page but that means that every time a user logins to the site from an iOS device, they have to refresh to access the sidebar menu.
Do you have any thoughts for why is this happening?
Best regards.
How can I display and answer the survey, and also where’s the page of saving answers?
Hi,
The survey application was made only for the UI. Does not save answers.
All the best.
Hi, we really like this BootStrap template but it says it’s compatible with BootStrap 4.x. Is it now compatible with BootStrap 5? Thanks!
Hi,
Not yet compatible with BS5. Thank you for your interest
All the best.
Hi,
come in the next time support for vue3?
Greetings…, Marc
사이트가 익스플로러 브라우저에 나타나지 않습니다. 방법이 있나요
Hi Can add roles for user account not same roles as admin ?
Best regards Michael
Hi, Yes. You can add roles.
All the best.
Hi, which folder that i can used for the template ? pia-vue or piaf vue start. I tried to run on piaf-vue (npm install) but it doesnt work
Hi,
The instructions below may help you. https://piaf-vue-docs.coloredstrategies.com/docs/gettingstarted/introductionAll the best.
When we will have update?
Hi,
I don’t think we will have an update anytime soon. We are waiting for the bootstrap plugin using BS5 to arrive for Vue.
All the best.
Hello,
I can’t find an answer to my question. Is JWT authentication implemented or should i do it completely.
Thanks
Hi,
Unfortunately, no. It is not included in the template.
All the best.
Hello
How can i get no vue-18n warning in page which is not in menu list?
I think piaf-breadcrumb throws warning..
ex) user profile setting page … etc
Hi,
First of all, we apologize for our late-night response. As you guessed, the error in the console is caused by the Breadcrumb component. However, since the “Breadcrumb” component does not receive a text for every url node, you must assign a text prop for each url node while intervening in the code.
src/components/Common/Breadcrumb.vue
mounted() {
let path = this.$route.path.substr(1);
let rawPaths = path.split("/");
for (var pName in this.$route.params) {
if (rawPaths.includes(this.$route.params[pName])) {
rawPaths = rawPaths.filter(x => x !== this.$route.params[pName]);
}
}
rawPaths.map((sub, index) => {
this.items.push({
text:
"/" + sub !== adminRoot
? this.$t("menu." + sub)
: this.$t("menu.home"),
to: this.getUrl(path, sub, index)
});
});
}
All the best.
Hello, I loved the theme – its beautiful and very thoughtfully built.
I do have a question – it says its compatible with Bootstrap 4.x but its been a while that bootstrap 5.X is available. Is it upgraded or have any plans for the same? We are building a new app and would like to use the latest versions of bootstrap and VueJS ofcourse 
Hi,
The bootstrap-vue package we are using has not yet migrated to BS5. We are also waiting.
All the best.
Hi, is typescript setup included?
Hi,
TS version is not available for now.
All the best.
there’s no problem when i run npm install. but when i run npm run serve there’s an error : ERROR Error: Rule can only have one resource source (provided resource and test + include + exclude) in { “exclude”: [ null ], “use”: [ { “loader”: “D:\\BKN\\Biro SDM\\proyek\\sipendekar\\sipendekarv\\tema-baru\\node_modules\\@vue\\cli-plugin-babel\\node_modules\\cache-loader\\dist\\cjs.js”, “options”: { “cacheDirectory”: “D:\\BKN\\Biro SDM\\proyek\\sipendekar\\sipendekarv\\tema-baru\\node_modules\\.cache\\babel-loader”, “cacheIdentifier”: “6c00e739” }, “ident”: “clonedRuleSet-380.rules0.use0” }, { “loader”: “D:\\BKN\\Biro SDM\\proyek\\sipendekar\\sipendekarv\\tema-baru\\node_modules\\babel-loader\\lib\\index.js”, “options”: “undefined”, “ident”: “undefined” } ] } Error: Rule can only have one resource source (provided resource and test + include + exclude) in { “exclude”: [ null ], “use”: [ { “loader”: “D:\\BKN\\Biro SDM\\proyek\\sipendekar\\sipendekarv\\tema-baru\\node_modules\\@vue\\cli-plugin-babel\\node_modules\\cache-loader\\dist\\cjs.js”, “options”: { “cacheDirectory”: “D:\\BKN\\Biro SDM\\proyek\\sipendekar\\sipendekarv\\tema-baru\\node_modules\\.cache\\babel-loader”, “cacheIdentifier”: “6c00e739” }, “ident”: “clonedRuleSet-380.rules0.use0” }, { “loader”: “D:\\BKN\\Biro SDM\\proyek\\sipendekar\\sipendekarv\\tema-baru\\node_modules\\babel-loader\\lib\\index.js”, “options”: “undefined”, “ident”: “undefined” } ] } how can I fix this?
i fixed this by downgrade the webpack to 4.0
Hi,
We are glad that the problem has been resolved. We will take the necessary steps regarding the first error you receive. Thanks for the feedback.
All the best.
Hello
I am getting “Bootstrap@4.6.0 requires a peer of jquery@1.9.1 – You must install peer dependencies yourself.” but in the auction description there is information that there is no jquery in the theme.
I would like to get a refund for the product and get it deleted from my list.
Thank you
Hi,
The bootstrap package is a sub-package that comes when installing bootstrap-vue and is only available for bootstrap styles in the project.
JQuery is not dependent anywhere and is not included in your bundle due to treeshaking.
All the best.