22 lines
		
	
	
		
			506 B
		
	
	
	
		
			Vue
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			506 B
		
	
	
	
		
			Vue
		
	
	
	
<template>
 | 
						|
    <iframe
 | 
						|
        class="grow"
 | 
						|
        width="100%"
 | 
						|
        height="100%"
 | 
						|
        frameborder="0"
 | 
						|
        scrolling="no"
 | 
						|
        marginheight="0"
 | 
						|
        marginwidth="0"
 | 
						|
        src="https://www.openstreetmap.org/export/embed.html?bbox=9.699318408966066%2C47.484177893725764%2C9.729595184326174%2C47.49977861091604&layer=mapnik&marker=47.49197883161885%2C9.714467525482178"
 | 
						|
    >
 | 
						|
    </iframe>
 | 
						|
</template>
 | 
						|
 | 
						|
<script>
 | 
						|
export default {
 | 
						|
    props: {
 | 
						|
        inner: {},
 | 
						|
    },
 | 
						|
};
 | 
						|
</script>
 |