mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
9 lines
No EOL
113 B
Vue
9 lines
No EOL
113 B
Vue
<template>
|
|
<h1>caption {{ caption }}</h1>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
props: ['caption']
|
|
}
|
|
</script> |