playing around with components

This commit is contained in:
julius zeidler 2022-08-10 01:32:59 +02:00
parent d1a086bb75
commit d9b8b900bd
7 changed files with 62 additions and 3 deletions

View file

@ -0,0 +1,9 @@
<template>
<h1>caption {{ caption }}</h1>
</template>
<script>
export default {
props: ['caption']
}
</script>