Hi bro, Did u find any solution pls do let me know I am also facing the same issue.
In Frappe, there is a file_uploader_bundle.js
file located in the file_uploader
folder.
To customize or override it, create a folder named file_uploader
inside your custom app’s public/js
directory, and place your custom file_uploader_bundle.js
file there.
Then, include your version of file_uploader_bundle.js
in the app_include_js
section of your app’s hooks.py
file to ensure it is loaded.
change vue files according to your requirement
Run Command:
bench build --app your_app_name
1 Like