MyLlama / EmployeeApp

2 stars 1 forks source link

Use display composable from vuetify #24

Open disha1202 opened 10 months ago

disha1202 commented 10 months ago

Currently we are using the isMobile() method for determining the layout of the application. Instead use display composable from vuetify as it is more efficient and clean.

shivamsherje commented 10 months ago

done and working fine !!