Discussion on Midone - Tailwind CSS Vuejs 3 Admin Dashboard Template + HTML Version

Discussion on Midone - Tailwind CSS Vuejs 3 Admin Dashboard Template + HTML Version

Cart 2,366 sales
Well Documented

Left4code supports this item

Supported

This author's response time can be up to 2 business days.

590 comments found.

Can you please send me the typescript version as well, I see in the comments of earlier threads that it is available.. as our project is in Vue3 and typescript, we currently actually are reformatting the one that we bought, so this will save us much time, please help me by sending it rn(at)tr2.it

Hi tr2media,

Thank you for reaching out to us,

File sent, kindly check your email.. :)

Best regards, Left4code Team

Hello. We’ve been trying to integrate this template into a Laravel project through Laravel Mix and running into issues. The problem seems to be with the Tailwind and SCSS pipeline in Laravel Mix config. Could you please help us out with the correct steps to follow to integrate it ?

Hi getthinklink,

Thank you for reaching out to us,

We can send a sample integration on Laravel with Laravel Mix. Please write your email, we will send it there.

Best regards, Left4code Team

Sure, can you please email us at abhisheks[at]thinklink.io?

Hi there,

Sorry for the late reply,

We just sent the file, please check your email.

Best regards, Left4code Team

Hello, do you provide customization service of course not included I know!

Hi gurucube,

Thank you for reaching out to us,

Sorry, our team is currently quite busy preparing for the next update and new theme variants. For now, we can only provide support for installation and bug fixes.

Best Regards, Left4code Team

Can you please send me the typescript version, do you have access to my email from the purchase I made (I would rather not have it listed on a website).

Hi cbeckner12,

Thank you for reaching out to us,

Sorry, we don’t have an access to your email.

Can you email us here. leftforcode@gmail.com

Best regards, Left4code Team

Just sent – thank you!

Hello, just purchased the template. However, after installation, no images appear at all for the three themes. Thanks in advance for help

Hi wazen,

Thank you for reaching out to us,

We’ve checked the issue and found out there’s a little update to the vue core. The current version does not require the ”.default” property to load local images. We will include these updates in the next version.

For a quick solution, please remove the ”.default” property for loading images. Please check the link below for more details.

https://drive.google.com/file/d/1dM7gsWsNyaMgxma1lQEPHYqFJDCppYlb/view?usp=sharing

Hope this helps.

Thanks a lot, all is good now

You’re very welcome.. :)

not all images are loading how can i solve

Hi bugrabozkurtt,

Thank you for reaching out to us,

We’ve checked the issue and found out there’s a little update to the vue core. The current version does not require the ”.default” property to load local images. We will include these updates in the next version.

For a quick solution, please remove the ”.default” property for loading images. Please check the link below for more details.

https://drive.google.com/file/d/1dM7gsWsNyaMgxma1lQEPHYqFJDCppYlb/view?usp=sharing

Hope this helps.

Hey mate, i’ve just purchased your Midone template, and want to say good work on it. It looks really great.

But after running npm install and npm run serve, i stumbled into a problem where all the images are not showing up.. i think it is caused by the require(”@....”) doesn’t really refer to the assets folder.. Do you have any solution to fix this problem?

Hi RheineAdithia,

Thank you for reaching out to us,

We’ve checked the issue and found out there’s a little update to the vue core. The current version does not require the ”.default” property to load local images. We will include these updates in the next version.

For a quick solution, please remove the ”.default” property for loading images. Please check the link below for more details.

https://drive.google.com/file/d/1dM7gsWsNyaMgxma1lQEPHYqFJDCppYlb/view?usp=sharing

Hope this helps.

Ca I get typescript version of this template? since on description is using Vue 3, I’m imagine this tempalte using typescript

please send me latest typescript version to my email gusleo.bali@gmail.com

Hi balidigitalcreative,

Thank you for reaching out to us,

We’ve sent the file please check your email.. :)

Ca I get Typescript version of this template? since I want this template using Vue 3 with Typesript.

Hi, any plan for tailwindcss 3 upgrade? https://tailwindcss.com/blog/tailwindcss-v3

Hi logicalpositiondevs,

Yes, we are planning to release it along with other new theme variants.. :)

Hi

Do you have auth mechanism built in the theme?

Hi vikasneha,

Sorry for the late reply,

Unfortunately, we don’t have built-in auth included in the template.

Is the vue 3 template written in typescript?

Hi skyhunter18,

Thank you for reaching out to us,

Unfortunately, the current version is written in javascript.

Hello friends,

Module parse failed: Unexpected token (4:48) File was processed with these loaders: * ./node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/templateLoader.js * ./node_modules/cache-loader/dist/cjs.js * ./node_modules/@vue/cli-service/node_modules/vue-loader-v16/dist/index.js

I started to get this error while building, did I miss any update?

In the Tinker theme when you click buttons that have dropdowns the dropdown does not disappear when a button is clicked. You have to click outside of the dropdown for it to disappear. Is this expected behavior?

I see in the search bar you included a function that monitors the focus/blur state to hide that menu but nothing similar for the other menus.

Do you have a standardized way of hiding your menus on click?

Thank you for your reply,

The current implementation requires to add a dismiss property to close the dropdown. Please add the following properties to the dropdown link.

data-dismiss="dropdown"

We will try to update this in the next version.

That worked, thank you.

<router-link
  to="Account" 
  href="#" 
  class="flex items-center p-2 transition duration-300 ease-in-out hover:bg-gray-200 dark:hover:bg-dark-3 rounded-md" 
  data-dismiss="dropdown" 
>
  <UserIcon class="w-4 h-4 mr-2" /> Account
</router-link>

You’re welcome.. :)

wizard is not moving to next step

Hi disenoVcode,

Sorry for the very late reply,

We are currently don’t use any plugin for the wizard page since the implementation is very easy especially with vue, you can make a new state to show or hide the wizard step with “v-if” or “v-show” directive.

Best regards, Left4code Team

Hello, can you help me upgrade vuecli version to vite version?

Hey guys, thanks for great job, this looks insane. Nevertheless I have some problems, here is screenshot https://monosnap.com/file/BOWEYxDBEHRPVE7uSXzgbjAWhLPxZB

In general, after I download it and run yarn install && yarn serve I’ve got this result. Any suggestions?

Hi squaddie_pride,

Thank you for your kind words.. :)

It looks like because the Google Maps API key is not configured. Can you try to configure it?

It’s located at ”/src/components/report-map/Main.vue” line 570.

global-components/charts/Main.vue how to add make clickable the dots? thank you but prefered in the component that we calling <Chart/>

Hi mentisvr,

You can pass the chart.js options & data in the component.

Please check the example below. ”/src/components/report-line-chart/Main.vue”.

https://prnt.sc/206fywk https://prnt.sc/206g3qe

thanks

You’re very welcome.. :)

Hi there – where can i find the dark version for the XD design files?

Hi thomas16crown,

Sorry for the late reply,

Sorry, the XD design files for the dark mode version are not currently available.

Hi where is moment.js being used, I want to see if I can take it out for my production builds

are you 100% sure here, as its being included in my build and i just cant find where its coming from, its Not in package.json or package-lock.json

its chart.js by the looks of it? :node_modules/chart.js”: { “version”: “2.9.4”, “resolved”: “https://registry.npmjs.org/chart.js/-/chart.js-2.9.4.tgz”, “integrity”: “sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A==”, “dependencies”: { “chartjs-color”: “2.1.0”, “moment”: “2.10.2” }

Hi spormeon,

Sorry for the late reply,

Yes, we are very sure. It’s a bit strange because we only use packages that are included in package.json.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey