590 comments found.
Hi, i got error when i finished install
it say, failed to resolve import, i think it has a typo with filename? import Divider from ”./Divider.vue”; but the filename is Devider.vue
You can see the error display in here https://pasteboard.co/HrruHR6R45eq.pngHi there,
Thank you for reporting this issue,
We have released a quick update for this, please re-download the file to get the latest update.
Please contact us if you have any problems or other questions.
Hi, thank you for the update!
I’ll already re-download the file, and it’s already fixed and can run well, but the litepicker dependencies is could not resolved, is it ok?
https://pasteboard.co/GX7DXrO879N5.pngHi,
Thank you for your reply,
Just came across this weird issue, actually, it doesn’t affect the code at all or even the vscode IntelliSense. The imported file does exist. However, we will try to find out the problem and release and update for this in the next release.
Okayy, Thank you^^
Glad to be of help.. 
Hello, Because it is inconvenient to use on components, I would like to know whether I can ask you for the reference position of each externally imported package and the function that can be called. Such as editor, drop-down menu
Hi there,
Sorry for the late response,
The latest version of Midone uses Headless UI as a base component, almost all basic components such as dropdowns, modals and tabs are available in the library. please check this link for more details.
https://headlessui.com/vue/menu
For the wysiwyg editor we use CKEditor which is wrapped into a vuejs component, this is because their default vue component doesn’t support typescript yet. But you can still use the same configuration in the documentation. Please check the following link for more details.
https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/configuration.html
Please don’t hesitate to contact us if you still have any other questions.
How i can refund and chage to Laravel 9 version
Hi there,
Thank you for reaching out to us,
You can apply a refund or switch the license to Laravel 9 version as long as the item has not been downloaded.
If you plan to change license, you’ll need to buy the Laravel 9 version first and apply a refund for Vuejs version.
Please visit this link to submit the refund request. https://themeforest.net/refund_requests/newHope this helps.
lets practice good english
Devider.vue should be Divider.vue
Hello, I am a beginner developer. It’s a great template. Can you show me the example code using Pagination? I couldn’t get an idea for the feature implementation even if I looked at the source code.
Hi there,
Sorry for the late reply,
Please check the following link. https://axellarsson.com/blog/vue-3-pagination-composition-api/Sorry to direct you to the link, but we think it’s a great tutorial for you to follow.
Hi, my developer is telling me that many components are not working as expected and he has to re-write. Example – he wrote a file upload component. Also, he said the search filters in the list box are not working as expected. How much support can we expect on such things? Have any of these addressed in recent release?
Hi there,
Thank you for reaching out to us,
You can give access to your developer to ask us about related components. We will support components/plugins available in the template/demo.
Rewriting or using other 3rd party libraries is the responsibility of each developer and is not included in the support.
Can you provide details for the `search filters` you are referring to?
Regarding tom-select component, here is the question from the developer:
Using tom select, we want to show different hints/list based on the text we enter initially
example: 1. if the search starts with ‘from:’ then we will show a list (lets say list 1) example: 2. if the search starts with ‘to:’ then we will show a list (lets say list 2)
until the user enters either from: or to: in the text box, we do not show anything.
So, basically we have to listen for events and check what is the text entered. We need a change event by which we can listen to the text entered by user
We tried change event, but it is not working.
Any ideas to capture the events to get the text after every character entered in the tom select?
Hi,
Thank you for your reply,
You can use `onType` event for that, please check this link.https://i.imgur.com/pHrWrf0.png https://i.imgur.com/FbnP2Mk.png
You can also check the full TomSelect events/options at this documentation.
https://tom-select.js.org/docs/events/
Please use incognito if you are using chrome or use another browser if you can’t open the above link.
Hi there, could you consider add support of Color Picker in the future?
Hi there,
Sorry for the late reply,
You can try using the color picker from HTML 5. https://www.w3schools.com/colors/colors_picker.aspMaybe this will help.
Hi! Can i change location of Modal if i use this template??
Hi there, what is “Source (starter)” use for?
Hi,
Thank you for reaching out to us,
It’s the same version, but all components and pages have been removed (except base components). So you can get to work right away without removing components and pages you don’t need.
Hi, I can’t find the figma or xd file? Is it not included? Or is it?
Hi there,
Thank you for reaching out to us,
The XD design file currently only available for Rubick. Please check the Rubick version for that.
Best regards, Left4code Team
Thanks, I have bought the html, vue and react all versions. I would love to have the design file for other themes for my project. Can you do that?
Hello
Is it possible for you to add Rubick Typescript as a separate project from the Javascript one and keep both updated? We would like to keep the core theme files up to date but switching from Javascript to Typescript is a huge breaking change that we cannot do. This means that we will no longer be able to use your updates in the future.
Also the latest version Rubick starter project doesn’t start with the following error: Failed to resolve import ”@left4code/tw-starter/dist/js/dom” from “src\layouts\top-menu\Main.vue”. Does the file exist?
Hello. Is there a way to still get specific versions of the latest downloads? I’d like the latest before the shift to typescript. We’re not quite prepared to move to typescript yet.
Hi,
Thank you for reaching out to us,
Yes, we can provide the latest JS version.
Please email us here. leftforcode@gmail.comIs there anyway to include time in Litepicker? None of the date components have time inclusive
Hi,
Thank you for reaching out,
Unfortunately, we do not currently have a time picker component. We will try to add it in the next update.
Just purchased this and looking into html version documentation. In Build tools it is saying Laravel mix instead of what builds the html dist folder. Was expecting some command to be there to run and build so I can run same command on out CI/CD and build basic template at least.
gitignore was also missing from folder where package.json is so had to put a default one in.
I also found that Rubick 4.0.11 contains dist folder in zip file which is about 8.7MB so it will reduce the size of your download on Themeforest if you take that out. None of the dist folder need zipping in vue projects may be in html ones you can put them for customers who need html prebuild version.
Can I setup this in subfolder. I have managed to get build with base url however I think somewhere in app its still looking for something. The app is running but giving 404 page instead of dashboard. The starter template in subfolder is giving nothing on page as it does not have 404 page.
Hi,
Thank you for reaching out,
Yes, it uses Laravel mix as compiler, please check the `Source` version and you can see available commands in `package.json`.
If you are using the Vue version, after running the compiler, you just need to open the address that appears on the command line.
https://i.imgur.com/tOQYvp3.pngI am able to serve it on local host as it uses the src folder in dev. When building for production I want to run it in subfolder and its giving 404. For example its hosted as mydomain.com/midone/Enigma/full and mydomain.com/midone/Enigma/starter and changing base url in vite config is producing all assets urls correctly but starts at 404 instead of dashboard. Seems like router is setup for this to be at top level domain and not as subfolder.
Hi,
Sorry for the late reply,
To be honest, we haven’t tried deploying applications in subdirectories, but maybe you can check the following link.
https://dev.to/fanreza/resolving-problem-when-deploying-vue-apps-with-subfolder-2ba5I just started with the enigma starter template. Everything looks fine. But then I would like to copy a component from the source.
So I copied for example data-list-Crud folder, created a route for the side-menu. So the route shows up, and navigation to page works. But there are some issues with the css, like margin-top styling of button, styling of pagination. What am I doing wrong?
Besides that, is the only documentation there is the ‘documentation folder’ or am I missing something?
Nevermind. After rerun ‘npm run dev’ everything works as expected.
Hi,
Sorry for the late reply,
Please let me know if you have any other questions.
Hi!
I bought the Midone Vuejs 3 Admin Dashboard. After running “yarn build” and opening the dist/index.html file with live server in VSCode, I get a blank page.
Any suggestions?
Hi,
Thank you for reaching out to us,
Please check the `/src` directory to explore the code.
hi, I would like to know how I can use this template in a Laravel project. Vue3 example thanks
Hi,
Thank you for reaching out to us,
Yes, we can send you a sample project, please email us here leftforcode@gmail.com.
Hi buy mistake i have purchase Vue i need react what can i do please help asap
Hello anyone please help?
Hi,
Thank you for reaching out to us,
Unfortunately, we are unable to accept your refund request because the item has been downloaded.
https://i.imgur.com/Qz7jTWs.png
HI I do not solution for this [plugin:vite:import-analysis] Cannot read properties of undefined (reading ‘url’) /Users/jamesjo/go_work/src/itmoss/gds-was/fe/src/components/vertical-bar-chart/Main.vue at TransformContext.transform (/Users/jamesjo/go_work/src/itmoss/gds-was/fe/node_modules/vite/dist/node/chunks/dep-689425f3.js:58618:97) at async Object.transform (/Users/jamesjo/go_work/src/itmoss/gds-was/fe/node_modules/vite/dist/node/chunks/dep-689425f3.js:39317:30) at async doTransform (/Users/jamesjo/go_work/src/itmoss/gds-was/fe/node_modules/vite/dist/node/chunks/dep-689425f3.js:50043:29 Click outside or fix the code to dismiss. You can also disable this overlay by setting server.hmr.overlay to false in vite.config.js.
How do I do?
Hi there,
Sorry for the late reply,
Can you send step-by-step to reproduce the issue?
What is new in last update in 5. November 2022? I don’t see the update in changelog
Hi,
Sorry for the late reply,
It’s a minor updates, please check this link.https://themeforest.net/comments/28848718