Skip to content

Commit

Permalink
fix: use variable for images root
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Nov 19, 2021
1 parent 715a261 commit 5ad7014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/images/ImageUploader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
components: { Modal },
setup(props, { emit }) { //, { emit }) {
/* View Methods */
const imageUrl = image => 'http://localhost:8080' + image.url
const imageUrl = image => window.images_local_root + image.url
const uploadFile = (e) => {
v.hover = false
Expand Down

0 comments on commit 5ad7014

Please sign in to comment.