fix vue renderbox component name

This commit is contained in:
2021-08-31 15:26:00 +02:00
parent 1a2cb22b5b
commit b69fdd459a
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
<script>
export default {
name: 'ShowAddress',
name: 'AddressRenderBox',
props: {
address: {
type: Object