8 lines
185 B
Handlebars
8 lines
185 B
Handlebars
<script setup lang="ts">
|
|
import { ContentWrap } from '@/components/ContentWrap'
|
|
</script>
|
|
|
|
<template>
|
|
<ContentWrap title="{{ upperFirstName }}"> {{ name }} </ContentWrap>
|
|
</template>
|