MaisonMONA / mona-mobile

Application mobile hybride MONA
https://monamontreal.org/
1 stars 1 forks source link

Fix discoveryDetailsPage not appearing #43

Closed kim841 closed 7 months ago

kim841 commented 7 months ago

Pull Request

Summary

When updating dependencies and migrating from Vue-Cli to Vite and Jest to Vitest, "require()" is not required to make a picture appear in the screen. In fact, using it will cause error.

So "require()" was removed from DiscoveryDetailsPage.

Changes Made

Screenshots (if applicable)

Related Issues

Checklist

Please ensure all the following steps are completed before submitting the pull request:

Additional Notes

The commit has a lot of additions and deletions because code reformatting (Prettier)