We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715a261 commit 5ad7014Copy full SHA for 5ad7014
src/components/images/ImageUploader.vue
@@ -75,7 +75,7 @@ export default {
75
components: { Modal },
76
setup(props, { emit }) { //, { emit }) {
77
/* View Methods */
78
- const imageUrl = image => 'http://localhost:8080' + image.url
+ const imageUrl = image => window.images_local_root + image.url
79
80
const uploadFile = (e) => {
81
v.hover = false
0 commit comments