[Vuejs]-Referencing assets in data property or in method in vue 3 with vite

-1👍

Upgrading to vite 2.0 and importing the images instead of referencing them directly in the data object solved the issue. Though am wondering if there is a better approach.

You can follow the discussion here

Leave a comment