mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2025-12-07 00:43:06 +00:00
10 lines
136 B
Vue
10 lines
136 B
Vue
|
|
<template>
|
||
|
|
<img src="http://localhost:8000/api/days/picture/1" />
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
export default {};
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
</style>
|