diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-04-30 13:24:26 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-04-30 13:24:26 +1000 |
| commit | d87bb9bc0991d7ce4eeb895da61c63a204edaa4d (patch) | |
| tree | 8a5e51817aba00f4d1a281749764805e2aee618a /src/App.vue | |
| parent | 565495b1153c87cbf907de31d116c5f89bcffc2a (diff) | |
Add scripts for downloading/reviewing/cropping_and_resizing images
Also adjust client code to handle new format, and add
backend/data/README.md explaining image production process.
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 89d227d..b683b21 100644 --- a/src/App.vue +++ b/src/App.vue @@ -541,7 +541,7 @@ export default defineComponent({ text-white/40 hover:text-white hover:cursor-pointer"/> <!-- Modals --> <transition name="fade"> - <tile-info-modal v-if="infoModalNode != null" :node="infoModalNode" :uiOpts="uiOpts" + <tile-info-modal v-if="infoModalNode != null" :node="infoModalNode" :tolMap="tolMap" :uiOpts="uiOpts" @info-modal-close="infoModalNode = null"/> </transition> <transition name="fade"> |
